How to delete CloudFormation

0

Lambda function you created, the function fetches RDS_HOSTNAME and RDS_PORT environment variables but unable to delete the stack. The Lambda function was manually deleted but still unable to delete the stack.

aws lambda invoke
--function-name YOUR_FUNCTION_NAME
--region YOUR_REGION
output.json

profile picture
asked 2 years ago273 views
1 Answer
0

Hi,

Is there a specific error stating why deletion failed? Can you try going through this and see if something is missing? https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-delete-stack-fails

profile picture
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions