Skip to content

Lambda Event Source Mapping Hands OnΒΆ

We are going to create a new lambda function and a new SQS queue. Then in a lambda function, we are going to add the SQS trigger.

You might also need to setup permissions for this as well.

In order to set it up, we need to attach the AWSLambdaSQSQueueExecutionRole permissions to the lambda execution role.