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(cfn-include): add 'loadNestedStack()' method #10292

Merged

Conversation

skinny85
Copy link
Contributor

@skinny85 skinny85 commented Sep 10, 2020

Add a method that allows you to load a nested stack after the CfnInclude object has been instantiated.
To make this consistent in nested stack handling,
rename the 'nestedStacks' property to 'loadNestedStacks'.

BREAKING CHANGE: the construction property 'nestedStacks' of class 'CfnInclude' has been renamed to 'loadNestedStacks'


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@skinny85 skinny85 self-assigned this Sep 10, 2020
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Sep 10, 2020
@skinny85
Copy link
Contributor Author

@NetaNir @rix0rrr would appreciate a review from your side on this one!

Add a method that allows you to load a nested stack
after the CfnInclude object has been instantiated.
To make this consistent in nested stack handling,
rename the 'nestedStacks' property to 'loadNestedStacks'.

BREAKING CHANGE: the construction property 'nestedStacks' of class 'CfnInclude' has been renamed to 'loadNestedStacks'
@skinny85 skinny85 force-pushed the experiment/cfn-include-nested-stacks-lazy branch from 81c3af0 to 6d6c5bd Compare September 16, 2020 23:41
@skinny85 skinny85 marked this pull request as ready for review September 16, 2020 23:42
@skinny85 skinny85 changed the title feat(cfn-include): add the ability to lazily include nested Stacks feat(cfn-include): add 'loadNestedStack()' method Sep 16, 2020
@skinny85
Copy link
Contributor Author

@rix0rrr @NetaNir this is now ready for review. Thanks for the feedback so far!

@NetaNir NetaNir added the pr/do-not-merge This PR should not be merged at this time. label Sep 17, 2020
Co-authored-by: Neta Nir <neta1nir@gmail.com>
@skinny85 skinny85 removed the pr/do-not-merge This PR should not be merged at this time. label Sep 18, 2020
@mergify
Copy link
Contributor

mergify bot commented Sep 18, 2020

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-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 1e2e3f5
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Sep 18, 2020

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).

@mergify mergify bot merged commit 9d6817f into aws:master Sep 18, 2020
@skinny85 skinny85 deleted the experiment/cfn-include-nested-stacks-lazy branch September 28, 2020 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants