Feature request: SQS trigger lambda function #5030
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/lambda
Issues and PRs that pertain to the lambda service.
Milestone
This issue was originally opened by @asimtech12 as hashicorp/terraform#18354. It was migrated here as a result of the provider split. The original body of the issue is below.
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: