View SourceRelease Notes
Simple Queuing Service (SQS) To Lambda Connection Module
This module wraps the basics for using SQS to trigger a Lambda for processing
Reference
- Inputs
- Outputs
Required
lambda_arn
stringThe arn of the lambda.
sqs_arn
stringThe arn of the queue.
Optional
batch_size
numberThe largest number of records that Lambda will retrieve from your event source at the time of invocation. Defaults to 10 for SQS
10