Before starting this workshop, you need:
An IAM user with AdministratorAccess
permissions that you can login with to AWS Management Console.
If you haven’t create an IAM user, follow Create IAM Group and IAM User :: MANAGING ACCESS CONTROL WITH AWS IAM (IDENTITY AND ACCESS MANAGEMENT) to create one.
The CRUD Lambda functions (create-user
, list-users
, get-user
, update-user
, delete-user
) that will be used as the backend, which is integrated with the REST API Gateway.
If you haven’t create these CRUD Lambda functions, follow previous workshop to create them.