You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
]
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.
The text was updated successfully, but these errors were encountered: