Recently Dead Letter Queues were introduced as part of Lambda. See here..
I'm wondering if these are supported by the ServerLess Application model. Looking at the documentation on CloudFormation it doesn't appear it's supported yet.
Is this something that can be added to SAM or CF?
Not yet. SAM will support Dead Letter Queues soon after CloudFormation does
Any update on this? Does SAM now support DLQ config?
Not yet. We are still waiting for CloudFormation to support DLQ
CloudFormation now supports specifying a DLQ
Yeah, we are working on adding SAM support for DLQ as well. Should be out soon
@sanathkr is there a roadmap or release schedule somewhere we can monitor?
SAM now supports DLQ property. Check the documentation here at https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction
Most helpful comment
Yeah, we are working on adding SAM support for DLQ as well. Should be out soon