Create SQS and Lambda

Initially we need to create SQS and after that lambda function

SQS creation steps:

  1. Open SQS page and click ‘Create queue’

Choose name

  1. Choose ‘Standard’ type, fill ‘Name’ field and click ‘Create queue’ in the bottom of the page

Choose name

Create lambda with template:

  1. Similarly like in extension branch we should click ‘Create function’ -> choose ‘Use a blueprint’ -> ‘Process messages in an SQS queue’

Choose name

  1. After that provide name for lambda, choose Create a new role and provide name

Choose name

  1. Scroll down and choose the queue created earlier as a SQS trigger

Choose name

  1. Click ‘Create function’

  2. On Lambda function page click ‘Upload from’ -> ‘.zip file’ and upload a file prepared in previous section