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

feat(pipeline): pass aspects from parent App through to Stages #19

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

diranged
Copy link

The AWS CDK docs clearly state that Aspects do not cross Stage boundaries ... which is an unexpected behavior. Its so unexpected that Amazon's own aws-pdk project implemented this patch to work around the issue.

Most of our projects use the GItHubWorkflow pipeline - so fixing it here is a natural way to implement the behavior we expect to see.

Ref: aws/aws-cdk#20468, https://github.com/aws/aws-pdk/pull/94/files

@diranged diranged merged commit 5668bd9 into nextdoor Mar 24, 2024
4 checks passed
@diranged diranged deleted the propogate_aspects branch March 24, 2024 21:17
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

Successfully merging this pull request may close these issues.

1 participant