mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
7 lines
165 B
Markdown
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. |