devops-exercises/topics/aws/exercises/hello_function/exercise.md
2022-09-07 22:09:11 +03:00

7 lines
165 B
Markdown

# Hello Function
Create a basic AWS Lambda function that when given a name, will return "Hello <NAME>"
## Solution
Click [here](solution.md) to view the solution.