-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add SQS integration support for new Lambda provider #7032
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
Conversation
81c776b
to
3775bd0
Compare
1789e31
to
05f9837
Compare
1ac37e6
to
09958be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well done! i think this is a very nice solution for now, and it feels very much like the kind of things we had to do to make the edge proxy work with asf 😬
i fixed a circular import error that i noticed when testing, then everything worked fine!
i created this terraform sample to test the integration between lambda and sqs https://github.com/localstack/localstack-terraform-samples/tree/master/sns-sqs-subscription-lambda-trigger works perfectly with the new provider!
Co-authored-by: Thomas Rausch <[email protected]>
More or less as shortcut to get parity with the old provider by re-using most of the event source mapping / DLQ constructs.
Changes:
Support for OnSuccess / OnFailure Destinations=> will come in a separate PR