devops-exercises/topics/aws/exercises/hello_function/exercise.md

7 lines
165 B
Markdown
Raw Normal View History

2022-09-02 14:00:01 +02:00
# Hello Function
Create a basic AWS Lambda function that when given a name, will return "Hello <NAME>"
2022-09-02 14:00:01 +02:00
## Solution
Click [here](solution.md) to view the solution.