unee-t / lambda2sqs

Relays SQL triggered payloads to MEFE via a queue
https://ap-southeast-1.console.aws.amazon.com/lambda/home?region=ap-southeast-1#/applications/lambda2sqs
GNU Affero General Public License v3.0
0 stars 4 forks source link

Introduce dead letter queue to monitor any failed requests #16

Closed kaihendry closed 5 years ago

kaihendry commented 5 years ago

Asynchronous invocation: If your Lambda function is invoked asynchronously and is throttled, AWS Lambda automatically retries the throttled event for up to six hours, with delays between retries.

kaihendry commented 5 years ago

alambdaDLQ SNS topics created and configured in dev/prod