Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.21 KB

SQSSourceParameters.md

File metadata and controls

62 lines (33 loc) · 1.21 KB

serverless-pipes / Exports / SQSSourceParameters

It defines SQS as the source for the EventBridge Pipes.

Usage:

# serverless.yml


pipes:
  pipeName:
    source:
      sqs:
        ...properties

Table of contents

Properties

Properties

arn

arn: object | string

The arn of the event source.

Defined in

schema.ts:113

batchsize (optional)

batchsize: integer

The maximum number of records to include in each batch.

Defined in

schema.ts:123

maximumBatchingWindow (optional)

maximumBatchingWindow: integer

The maximum length of a time to wait for events.

Defined in

schema.ts:126