A stack is a collection of AWS resources that you can manage as a single unit
aws cloudformation list-stacks
aws cloudformation describe-stack-resources --stack-name my-stack-name
aws cloudformation describe-stack-resource --stack-name lambda-stack-one --logical-resource-id IamRoleLambdaExecution
aws cloudformation describe-stack-resource --stack-name lambda-stack-one --logical-resource-id AppLogGroup