Back to Devops Exercises

Hello Function

topics/aws/exercises/hello_function/exercise.md

latest165 B
Original Source

Hello Function

Create a basic AWS Lambda function that when given a name, will return "Hello <NAME>"

Solution

Click here to view the solution.