- Echo Function
Explore how to build and deploy a serverless echo function on AWS Lambda. This lesson helps you understand creating functions from scratch, modifying lambda_handler, and testing your code. You will set up a function that scales automatically and prepares you for integrating more complex model deployments using serverless architectures.
We'll cover the following...
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.”