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

Add support for multiple input artifacts to the CloudFormation action #16

Merged

Conversation

john-shaskin
Copy link
Collaborator

  1. Added in unit tests to verify base functionality of the CloudFormationAction class
  2. Updated the interface for CloudFormationAction to take an array of input artifact names, instead of a single one. This impacted the configuration for the path to the input CF template and the configuration files. So consumers are now required to pass the whole ArtifactName::path/template.json string instead of just path/template.json.
  3. As a minor update, I renamed the tropo.py and associated test file and consumers to reflect that the class is TemplateQuery.

@brettswift brettswift merged commit 2539adf into brettswift:master Sep 24, 2018
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.

2 participants