Search⌘ K

Create an Echo Function in Lambda

Takes 30 mins

AWS Lambda is a serverless, event-driven compute service that runs code for virtually any application or back-end service without provisioning or managing servers.

image

In this Cloud Lab, you’ll create a simple Lambda function that echoes the input provided to it.

Lab tasks

  • Create a Function
  • Test the Function
  • Clean Up