- Echo Function
Deploying a simple echo function to Lambda.
We'll cover the following
Getting started
For a simple function, you can use the inline code editor that Lambda provides for authoring functions. You can create a new function by performing the following steps in the AWS console:
- Under “Find Services,” select “Lambda.”
- Select “Create Function.”
- Use “Author from scratch.”
- Assign a name (e.g. echo).
- Select a Python runtime.
- Click “Create Function.”
Get hands-on with 1200+ tech skills courses.