Clean up Resources
Delete DynamoDB Table
Navigate to AWS Management Console and follow these steps:
- Go to the DynamoDB service and access DynamoDB Console
- In the left navigation bar, select Tables
- Find and select the Books table from the list
- Click the Delete button in the top right corner

- In the confirmation dialog, enter
confirm and select Delete table

Delete S3 Buckets
Navigate to S3 Console and perform:
- Find the bucket named book-image-resize-stores-by-myself
- Select the bucket and click the Delete button

- If the bucket is not empty, you will see a message “This bucket is not empty”
- Click Empty bucket to delete all objects first

- In the Empty bucket dialog:
- Enter
permanently delete to confirm - Select Empty

- Wait for the empty bucket process to complete

- After the bucket is empty, go back and select Delete bucket
- Enter the bucket name to confirm
- Select Delete bucket

- Bucket has been deleted successfully

- Repeat the same process for the book-image-stores-by-myself bucket
Delete Lambda Functions
Navigate to Lambda Console and perform:
- Find and select the book_create and resize-image functions
- Click Actions and select Delete

- In the confirmation dialog:
- Enter
confirm to confirm - Select Delete

If you plan to continue with part 2 of the series, you may skip deleting the Lambda functions.