Create SQS Event Trigger

Time Estimate: 5 - 10 minutes

In this section you will configure SQS to invoke your Lambda function.

  1. In the Lambda service click + Add trigger as shown below:

    Add Trigger
  2. Configure the SQS trigger as shown below. Make sure to configure a Batch size = 1. This way you will be able to process 1 message at a time.

    Add SQS Trigger
  3. Click Save if required as shown below:

    Trigger Save