Fred Damstra (Macbook 2015) db43197e7e Now with tflint and tfsec compatibility 2 سال پیش
..
scripts 6d98095dfe Appears functional 2 سال پیش
README.md 6d98095dfe Appears functional 2 سال پیش
example_message.json 6d98095dfe Appears functional 2 سال پیش
lambda.tf db43197e7e Now with tflint and tfsec compatibility 2 سال پیش
required_providers.tf db43197e7e Now with tflint and tfsec compatibility 2 سال پیش
sqs.tf db43197e7e Now with tflint and tfsec compatibility 2 سال پیش
vars.tf db43197e7e Now with tflint and tfsec compatibility 2 سال پیش

README.md

SQS Fair Queueing Module

Why not trigger directly from S3?

S3 can trigger lambda directly. However, doing so has limited failure handling and less ability to handle bursts in traffic.

SQS is recommended, and the cost increase is minimal. It also makes the module applicable to a wider variety of events.