@creator.co/wapi - v1.8.1
    Preparing search index...

    Class default<ResponseInnerType>

    EventProcessor class that processes events from an SQS queue.

    Type Parameters

    • ResponseInnerType

      The type of the inner response object.

    Index

    Constructors

    Methods

    Constructors

    • Constructs a new instance of the class.

      Type Parameters

      • ResponseInnerType

      Parameters

      • event: SQSEvent

        The event object representing the incoming SQS message.

      • context: Context

        The context object representing the AWS Lambda execution context.

      • Optionalconfig: TransactionConfig

        Optional configuration object for the transaction.

      • OptionalallowFailure: boolean

        Optional flag indicating whether to allow failure for the transaction.

      Returns default<ResponseInnerType>

      None

    Methods