Create Basic Lambda Functions

Contents:

Create Lambda Functions for Methods

  1. Go to the Lambda service.
  • Click Create function

AWS Lambda

  1. Create the Lambda Function UserFunction

2.1. In the Create function interface:

  • Select Author from scratch
  • In Function name, enter the function name (UserFunction)
  • Select Runtime Python 3.13
  • Select Architecture x86_64
  • Click Create function

AWS Lambda

2.2. In the Lambda Function code editor:

  • Modify the content of json.dumb for easier identification.

AWS Lambda

  1. Create the Lambda Function PremiumUserFunction
  • Follow the same steps as above.

AWS Lambda

  1. Create the Lambda Function devFunction
  • Follow the same steps as above.

AWS Lambda