Clean up
1. DynamoDB Cleanup
Delete DynamoDB Table
- Navigate to the DynamoDB Console
- In the left navigation pane, select Tables
- Locate and select the Books table
- Click the Delete button
- Type
confirm
in the confirmation field
- Click Delete table to confirm
2. S3 Bucket Cleanup
Empty and Delete First Bucket
- Go to the S3 Console
- Find the bucket named
book-image-resize-stores-by-myself
- Click Empty
- Type
permanently delete
in the confirmation field
- Click Empty to confirm
- Select the same bucket again
- Click Delete
- Type
book-image-resize-stores-by-myself
in the confirmation field
- Click Delete bucket to confirm
Delete Second Bucket
- Locate the bucket named
book-image-stores-by-myself
- Click Delete
- Type
book-image-stores-by-myself
in the confirmation field
- Click Delete bucket to confirm
3. Lambda Function Cleanup
Delete Lambda Functions
- Access the Lambda Console
- Find and select the
book_create
function
- Click Actions
- Select Delete
- Type
delete
in the confirmation field
- Click Delete to confirm
- Repeat the same steps for the
resize_image
function
Note: If you plan to continue with Workshop 2 in this series, you may skip the Lambda function deletion step.
Next Steps
After completing these cleanup steps, verify in each service console that the resources have been successfully deleted. This helps prevent any unexpected charges on your AWS account.