-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(core): bundling skipped with --exclusively option and stacks under stage #17210
Conversation
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
@jogold you are my hero! Thank you 🙏 we've been pained by this way too long. |
@jogold What i case of glob patterns like |
Ive resolved it locally for once and the issue is that we take |
@slaskowski-transactionlink can you open an issue once this is released with the next version if you still experience problems? |
…r stage (aws#17210) We were comparing bundling stacks of the form `Stage/Stack` with stack names of the form `Stage-Stack`. For stacks with `NodejsFunction`s this leads to assets containing the whole CDK project because when bundling is skipped the asset references the source directory which is the project root. Closes aws#12898 Closes aws#15346 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…r stage (aws#17210) We were comparing bundling stacks of the form `Stage/Stack` with stack names of the form `Stage-Stack`. For stacks with `NodejsFunction`s this leads to assets containing the whole CDK project because when bundling is skipped the asset references the source directory which is the project root. Closes aws#12898 Closes aws#15346 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
We were comparing bundling stacks of the form
Stage/Stack
with stacknames of the form
Stage-Stack
.For stacks with
NodejsFunction
s this leads to assets containing the whole CDK project becausewhen bundling is skipped the asset references the source directory which is the project root.
Closes #12898
Closes #15346
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license