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
AWS have recently released feature where a lambda function can be triggered by SQS message,
We are using terraform in our project for IaC and this feature would simplify our solution.
manually we can use SQS message to trigger lambda using AWS console ::
aws console-->lambda function-->(left pane add trigger)SQS --> select your SQS queue(to listen for updates on)-->add-->save
This is really an interesting release from AWS, for which we were waiting for long time. We are using Terraform in our project. We are in need of this feature to configure SQS as trigger point for Lambda.
Thanks
Ravindra
asimtech12
changed the title
SQS trigger lambda function
Feature request: SQS trigger lambda function
Jun 29, 2018
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 4, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AWS have recently released feature where a lambda function can be triggered by SQS message,
We are using terraform in our project for IaC and this feature would simplify our solution.
manually we can use SQS message to trigger lambda using AWS console ::
aws console-->lambda function-->(left pane add trigger)SQS --> select your SQS queue(to listen for updates on)-->add-->save
Thanks
Asim
Terraform Version
References
AWS reference document
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-lambda-function-trigger.html
https://aws.amazon.com/blogs/aws/aws-lambda-adds-amazon-simple-queue-service-to-supported-event-sources/
The text was updated successfully, but these errors were encountered: