This page provides instructions for cleaning up the resources created during the preceding modules. Many resources would cost you nothing under the free tier, but removing them is recommended.
To remove and delete resources used by this workshop:
aws s3 ls | grep serverlesspresso
your-bucket-name
with each bucket name:aws s3 rb --force s3://your-bucket-name
aws cloudformation list-stacks | grep serverlesspresso
serverlesspresso
, replacing your-stack-name
with each stack name:aws cloudformation delete-stack --stack-name your-stack-name
aws events list-rules --event-bus-name Serverlesspresso
your-rule-name
with the rule name:aws events delete-rule --name 'your-rule-name'