Create API and Lambda function

After creating the queue and SQS topic, we will create the APIs and Lambda functions to interact with the queue and SQS topic.

  1. Create OrdersTable DynamoDB table
  2. Create checkout_order Lambda function
  3. Create order_management Lambda function
  4. Create handle_order Lambda function
  5. Create delete_order Lambda function