|
преди 2 години | |
---|---|---|
.. | ||
scripts | преди 2 години | |
README.md | преди 2 години | |
example_message.json | преди 2 години | |
lambda.tf | преди 2 години | |
required_providers.tf | преди 2 години | |
sqs.tf | преди 2 години | |
vars.tf | преди 2 години |
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.