Creating Lambda functions
In this step we will create 5 Lambda functions corresponding with CRUDL.
The architecture will look like this:

Content
- Creating create-user function
- Creating list-user function
- Creating get-user function
- Creating update-user function
- Creating delete-user function