This is a framework where you define a Service Catalog portfolio, products and versions using YAML. For versions of your products you specify where the source code for them can be found and the framework publishes the portfolio, products and versions in every* AWS Region after validating, linting and testing them.
Apache License 2.0
136
stars
44
forks
source link
Change default for PollForSourceChanges with CodeCommit to False #336
Description of changes:
Change default of PollForSourceChanges back to False to prevent hitting periodic source checks quota limit (which doesn't seem to be changeable)
I did notice that S3 defaults to True as well, however I didn't change that to try and reduce the potential impact
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: Fixes #335
Description of changes: Change default of PollForSourceChanges back to False to prevent hitting periodic source checks quota limit (which doesn't seem to be changeable)
I did notice that S3 defaults to True as well, however I didn't change that to try and reduce the potential impact
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.