- Create a users table in dynamoDB and add to serverless.yml on line 16.
- Create a user-defined CMK in KMS and add key to lines 20 and 24.
- Create user role for lambda and add to serverless cli config.
- run
serverless deploy
- run
npm run test
You can access the createUser and listUsers api here: