SQS triggering AWS Lambda function using CloudFormation – Amazon Web Sevices
I have a requirement to trigger an AWS Lambda function when there some process pushes the message to Amazon SQS. I have following CloudFormation configuration. The other process is able to push the message to SQS but it is not…