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 types and "dynamic parameters" #20

Open
kalleeh opened this issue Aug 9, 2019 · 1 comment
Open

Add support for multiple types and "dynamic parameters" #20

kalleeh opened this issue Aug 9, 2019 · 1 comment

Comments

@kalleeh
Copy link
Owner

kalleeh commented Aug 9, 2019

Add more dynamic support in the API for dynamic parameters and product types. Today they are somewhat hardcoded which makes it hard to extend applications, pipelines and services to new types with totally different parameters.

@kalleeh
Copy link
Owner Author

kalleeh commented Oct 23, 2019

app_manager.py -> generate_params()

  • Take another parameter for template_url
    Pseudo-code:
CloudFormation.Client.get_template_summary
    Parameters[
        loop through and compare ParameterKey, if missing in payload throw
        if in payload but missing in Parameters, throw warning of unexpected parameter
        # added feature, parameter validation based on ParameterConstraints
    ]

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation.html#CloudFormation.Client.get_template_summary

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

No branches or pull requests

1 participant