Setting up queues and data

Before we can invoke our Lambda, we need to create an input and an output queue. We will also send messages into the input queue. When we invoke the Lambda, it will retrieve these messages.

Perform the following:

  1. Create two SQS queues: an input queue, my-input-queue, and an output queue, my-output-queue, following the Your first SQS queue recipe
  2. Send six to seven messages into the queue from CLI
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.139.240.244