Clean up Resources

Delete DynamoDB Table

Navigate to AWS Management Console and follow these steps:

  1. Go to the DynamoDB service and access DynamoDB Console
  2. In the left navigation bar, select Tables
  3. Find and select the Books table from the list
  4. Click the Delete button in the top right corner

DynamoDB Tables list

  1. In the confirmation dialog, enter confirm and select Delete table

Delete table confirmation

Delete S3 Buckets

Navigate to S3 Console and perform:

  1. Find the bucket named book-image-resize-stores-by-myself
  2. Select the bucket and click the Delete button

S3 Buckets list

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

Delete bucket - not empty

  1. In the Empty bucket dialog:
    • Enter permanently delete to confirm
    • Select Empty

Empty bucket confirmation

  1. Wait for the empty bucket process to complete

Empty bucket success

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

Delete bucket confirmation

  1. Bucket has been deleted successfully

Bucket deleted

  1. Repeat the same process for the book-image-stores-by-myself bucket

Delete Lambda Functions

Navigate to Lambda Console and perform:

  1. Find and select the book_create and resize-image functions
  2. Click Actions and select Delete

Lambda Functions list

  1. In the confirmation dialog:
    • Enter confirm to confirm
    • Select Delete

Delete functions confirmation

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