Create Lambda Function

  1. Access the Lambda service management interface.
  • Click on Create Function.

Connect

  1. On the Create function page.
  • Click on Author from scratch.
  • In the Function name field, enter ProcessInventoryData.
  • In the runtime field, select python 3.9.
  • In the Execution role field, select Use an existing role.
  • In the Existing role field, select the role created in IAM earlier.

Connect

  1. Scroll to the bottom of the page and select Create function.
    Connect