Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dead letter queue to shortcuts.hookshot.* lambdas #87

Open
hcourt opened this issue Mar 9, 2020 · 0 comments
Open

Add a dead letter queue to shortcuts.hookshot.* lambdas #87

hcourt opened this issue Mar 9, 2020 · 0 comments

Comments

@hcourt
Copy link
Contributor

hcourt commented Mar 9, 2020

The hookshot shortcuts Passthrough and Github create:

  • An API Gateway to receive events
  • A webhook lambda to passthrough events

And expect you to provide a second lambda, that the webhook lambda passes events to.

The flow of events is then:

gateway -> webhookLambda -> myLambda

If webhookLambda fails to pass through an event, or if myLambda fails to handle an event, the event is dropped. It would be nice to provide a dead letter queue to store dropped events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant