Cleanup

  1. Empty S3 bucket.

    • Open AWS S3 console.
    • Select aws-sam-cli-managed-default-.
    • Click Empty.
    • Enter permanently delete.
    • Click Empty.
  2. Delete CloudFormation stacks.

    • Execute the below command to delete the AWS SAM application.

      sam delete --stack-name fcj-book-store
      sam delete --stack-name aws-sam-cli-managed-default
      
    • If you have issues when deleting with command. Open AWS Cloudformation console. Then, delete all stacks related to this workshop.