-
I am writing an SQS handler in bref, it calls an API and I'd like to signal Lambda about failure if there's any so it can retry automatically. Reading #642 it's not at all clear what should be done. Would a |
Beta Was this translation helpful? Give feedback.
Answered by
mnapoli
Apr 12, 2021
Replies: 1 comment 3 replies
-
Hey, yes that's exactly that: throw an exception in the handler and let it bubble up to Bref (which will bubble up to Lambda and then SQS). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
chx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, yes that's exactly that: throw an exception in the handler and let it bubble up to Bref (which will bubble up to Lambda and then SQS).