CloudFormation
Command-Line
To delete a stack:
Python API
The first thing you have to do to interact with CloudFormation from boto3
is to create a CloudFormation client:
describe_stacks()
returns an dictionary which contains a Stacks
key. This Stacks
key contains an array where each element is a dictionary containing information about a particular stack.