-
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
(assets): Make stack available as an asset #16153
Comments
CDK Pipelines do something like that. I believe they use Stage.synth() which generates a cloud assembly. A cloud assembly contains and gives access to your template and other assets. |
Here is where that code lives aws-cdk/packages/@aws-cdk/pipelines/lib/blueprint/stage-deployment.ts Lines 46 to 80 in ebba618
|
Thanks for responding guys! |
|
I'm not sure why this is closed @peterwoodworth ? Is the feature implemented? |
Sorry, I'm not sure what makes this feature request distinct from the one that was linked #11896. Are these not the same requests? |
@0xjjoyy please ping me again if you can distinguish what's unique about this feature request |
Make stack available as an asset in another stack, as the synthesized file doesn't exist when the other stack needs it to sythensize it's stack.
Use Case
AWS Config conformance packs need the cloudformation template
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-config.CfnOrganizationConformancePack.html
Proposed Solution
Referencing #11896
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: