Creating Lambda functions

In this step we will create 5 Lambda functions corresponding with CRUDL.

The architecture will look like this:

alt text

Content

  1. Creating create-user function
  2. Creating list-user function
  3. Creating get-user function
  4. Creating update-user function
  5. Creating delete-user function