serverless / serverless

⚡ Serverless Framework – Use AWS Lambda and other managed cloud services to build apps that auto-scale, cost nothing when idle, and boast radically low maintenance.

Home Page:https://serverless.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda with kafka trigger onFailure destination

jefdonders opened this issue · comments

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Use case description

I want to deploy a lambda function with an on-failure destination to store failed messages in s3/sns/sqs.
This is currently not possible with the serverless framework, while it is supported in cloudformation.

Proposed solution (optional)

See PR
Solution uses the same serverless syntax as dynamodb streams which already supports to add onFailure