- Removed the plugin command
setLambdaDeadLetterConfig
because it didn't work in all scenarios.
- Dead Letter Queue properties #12
- Simplified syntax to create new SQS queue and use it in the function's
DeadLetterConfig.TargetArn
#10 - Simplified syntax to create a new SNS topic and use it in the function's
DeadLetterConfig.TargetArn
#11 - Validate function
deadLetter
object before deploy #26
- Do not call
UpdateFunctionConfiguration
when--noDeploy
option is specified #19
- Basic support to assign the Lambda
DeadLetterConfig
using after serverless Cloudformation stack is deployed. Amazon Docs- Plugin makes a call to the Lambda Api
UpdateFunctionConfiguration
- Plugin makes a call to the Lambda Api
- Using a pre-existing SQS Queue or SNS Topic as a dead letter target.
- Using an SNS Queue or SNS Topic created in the resources section.
- Remove a previously existing dead letter
targetArn
by specifying a blanktargetArn