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

Dependency Resolution (Imports / Exports / Nested Stacks) #13

Open
afronski opened this issue Oct 18, 2017 · 0 comments
Open

Dependency Resolution (Imports / Exports / Nested Stacks) #13

afronski opened this issue Oct 18, 2017 · 0 comments

Comments

@afronski
Copy link
Contributor

afronski commented Oct 18, 2017

More complicated CloudFormation environments consists of multiple files. Also there are nested stacks available for us, in order to increase reuse.

Dependencies between those stacks are mostly bound to:

  • Imports and exports.
  • Nested stacks availability.

We would like to:

  • Detect uniqueness for exported values across multiple files in the project.
  • Detect import and export dependencies between multiple files (predicable, valid execution order).
  • Validate nested stacks usage and its presence, also for proper execution order.
@afronski afronski changed the title Templates Dependency Resolution Dependency Resolution (Imports / Exports / Nested Stacks) Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant