Add a dead letter queue to shortcuts.hookshot.* lambdas
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- aws, javascript
- Domain
- cloud, infrastructure
Research direction
Start with the HookshotPassthrough and HookshotGithub sections of the linked shortcuts API documentation, then locate their shortcut implementations and trace the gateway → webhookLambda → myLambda flow. Done means failed events from either handoff are retained in a dead letter queue instead of being dropped, with the configuration exposed for both shortcuts.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mapbox/cloudfriend
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
mapbox/cloudfriend#152 ·
-
mapbox/cloudfriend#125 · 4 comments · 1 assignee ·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 35/100
mapbox/cloudfriend#123 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
mapbox/cloudfriend#117 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
mapbox/cloudfriend#106 · 3 comments ·
All issues in mapbox/cloudfriend
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·