serverless-pipes / Exports / SQSSourceParameters
It defines SQS as the source for the EventBridge Pipes.
# serverless.yml
pipes:
pipeName:
source:
sqs:
...properties
• arn: object
| string
The arn of the event source.
• batchsize: integer
The maximum number of records to include in each batch.
• maximumBatchingWindow: integer
The maximum length of a time to wait for events.