Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tail for nested stacks #6

Open
atkinsonm opened this issue Apr 19, 2019 · 1 comment
Open

Tail for nested stacks #6

atkinsonm opened this issue Apr 19, 2019 · 1 comment

Comments

@atkinsonm
Copy link
Contributor

I commonly use nested stacks to strike a balance between modular code and built-in references and dependencies in CloudFormation templates. When using cfn-tail, only events on the AWS::CloudFormation::Stack resource will show. This is because CloudFormation shows the child stack's events under its own resource.

I'd like cfn-tail to recursively perform describeStackEvents calls if it detects an event.ResourceType === "AWS::CloudFormation::Stack".

@atkinsonm
Copy link
Contributor Author

I submitted a feature request to AWS a while back requesting support for a way to show all nested stack events by querying the root stack. That would go a long way towards supporting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant