serverless-plugin-lambda-dead-letter | serverless plugin that can configure lambda | Serverless library
kandi X-RAY | serverless-plugin-lambda-dead-letter Summary
kandi X-RAY | serverless-plugin-lambda-dead-letter Summary
A serverless plugin that can assign a DeadLetterConfig to a Lambda function and optionally create a new SQS queue or SNS Topic with a simple syntax.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of serverless-plugin-lambda-dead-letter
serverless-plugin-lambda-dead-letter Key Features
serverless-plugin-lambda-dead-letter Examples and Code Snippets
Community Discussions
Trending Discussions on serverless-plugin-lambda-dead-letter
QUESTION
I use serverless to configure a Lambda function that receives events via AWS SQS. Now I want to add a dead letter queue. That's what I have so far:
...ANSWER
Answered 2020-Nov-01 at 13:33QUESTION
I am trying to create an AWS SQS Dead Letter Queue, using the serverless framework
The idea is to have a SQS to trigger a Lambda function,
and have another SQS as a DeadLetterQueue, ie. to pick up the message in case the Lambda fails or timesout
I did the following to create a test project -
...ANSWER
Answered 2020-Jul-16 at 12:56To give you some background, Dead Letter Queue is just that, a normal SQS queue. it's the configuration at AWS Lambda that informs it to push message to this Queue whenever there is any error while processing the message.
You can verify this from the management console by referring to the "Dead-letter queue service" under "Asynchronous invocation"
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install serverless-plugin-lambda-dead-letter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page