You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The hookshot shortcuts Passthrough and Github create:
And expect you to provide a second lambda, that the webhook lambda passes events to.
The flow of events is then:
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.
The text was updated successfully, but these errors were encountered: