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

[Improvement] Enhance resolving of the same resource parameters defined in multiple "deployment_resources" #123

Open
MykhailoKashchavtsev opened this issue Nov 24, 2021 · 0 comments
Labels
To-Think-About Scope for reviewing and taking into work

Comments

@MykhailoKashchavtsev
Copy link
Collaborator

Some AWS resources, like API Gateway, can be described in a number of "deployment_resources" files. In such cases there can be an issue of conflicting configuration between different files.

For example, API Gateway has the "minimum_compression_size" parameter. If this parameter is not configured in the root "deployment_resources" file and the user did a configuration mistake by specifying different values in two or more additional "deployment_resources" files, then the user cannot be sure what will the "minimum_compression_size" value be.

To avoid confusion if this happens, Syndicate should at least notify the user of the misconfiguration between different "deployment_resources". Furthermore, the process of resolving the same resource parameter when it is defined in several "deployment_resources" should be clearly described in documentation.

@MykhailoKashchavtsev MykhailoKashchavtsev added the To-Think-About Scope for reviewing and taking into work label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
To-Think-About Scope for reviewing and taking into work
Projects
None yet
Development

No branches or pull requests

1 participant