SQS Queues and AWS Destinations #224
ezmiller
started this conversation in
Constructs
Replies: 2 comments
-
Destinations don't work with SQS as it's an "event-source mapping" kind of invocation, not an async invocation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I subsequently figured that out as well. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using the SQS construct a bit. It configures Dead-Letter-Queues by default. It looks like the preferred solution is now to use AWS "Destinations" instead of DLQs in part because you can receive more context for the failure. Serverless itself supports these as of 3/2020 (see here).
I'm curious if there's any support for this within lift. I didn't see anything in the docs. If not, is there a specific reason for that design choice?
Beta Was this translation helpful? Give feedback.
All reactions