Clean up resources

Table of Content

If you want to do the next workshop in the series, keep these resources.

You need to clean-up the following resources:

The DynamoDB table

  • Open the Tables section of DynamoDB console

  • Select UsersTable table

  • Click Delete

    alt text

  • Type confirm

  • Click Delete

    alt text

The Lambda functions

  • Open the Functions section of Lambda console.

  • Select 5 functions: create-user, list-user, get-user, update-user, delete-user.

  • Click Actions, choose Delete.

    alt text

  • Type confirm, click Delete.

    alt text

The IAM roles used as execution roles for Lambda functions

  • Open the Roles section of IAM console

  • Select 5 roles: create-user-role-XXXXXXX, delete-user-role-XXXXXXX, get-user-role-XXXXXXX, list-users-role-XXXXXXX, update-user-role-XXXXXXX

  • Click Delete.

    alt text

  • Type delete, click Delete

    alt text