From the course: Learning Amazon Web Services Lambda

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Clean up your AWS environment

Clean up your AWS environment

- [Instructor] If you have finished your course or you want to stop working on it for an extended period of time, I recommend you that you remove all the resources created from your AWS account. All the resources created during the course like AWS Lambda Functions, API Gateways, and other AWS resources that AWS sam creates, make your serverless application work. Cleaning up the environment will also remove the endpoint. This means that in the future if you redeploy this application you will get new URLs for the APIs. Cleaning up everything that you build with AWS sam is as easy as writing in your Project Terminal sam delete. This will remove your cloud formation stack from your AWS account, removing all the AWS resources. For other resources that were not created with sam that were created from the console, directly to the resource and select delete. When you want to redeploy this application with sam, just run sam…

Contents