Add a couple of questions

This commit is contained in:
abregman
2022-09-02 15:00:01 +03:00
parent 79cb765237
commit 682aaa483e
4 changed files with 148 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
## Hello Function
# 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.