Create Basic Lambda Functions
Contents:
Create Lambda Functions for Methods
- Go to the Lambda service.

- 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

2.2. In the Lambda Function code editor:
- Modify the content of json.dumb for easier identification.

- Create the Lambda Function PremiumUserFunction
- Follow the same steps as above.

- Create the Lambda Function devFunction
- Follow the same steps as above.
