Fred Damstra (Macbook 2015) 27ab767c7e Minor fixes há 2 anos atrás
..
scripts c75f29bbaa Purge as you go in case of message issues há 2 anos atrás
README.md 6d98095dfe Appears functional há 2 anos atrás
example_message.json 6d98095dfe Appears functional há 2 anos atrás
lambda.tf c75f29bbaa Purge as you go in case of message issues há 2 anos atrás
required_providers.tf db43197e7e Now with tflint and tfsec compatibility há 2 anos atrás
sqs.tf db43197e7e Now with tflint and tfsec compatibility há 2 anos atrás
vars.tf 27ab767c7e Minor fixes há 2 anos atrás

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.