- Echo Function

Deploying a simple echo function to Lambda.

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:

  1. Under “Find Services,” select “Lambda.”
  2. Select “Create Function.”
  3. Use “Author from scratch.”
  4. Assign a name (e.g. echo).
  5. Select a Python runtime.
  6. Click “Create Function.”

Get hands-on with 1200+ tech skills courses.