Cleaning up resources

Cleaning up resources

Deleting the CloudFormation Lambda stack

aws cloudformation delete-stack \
 --stack-name cfn-lambda-demo

Deleting the CloudFormation VPC stack

 aws cloudformation delete-stack \
  --stack-name cfn-vpc-demo 

AWS CloudFormation