Do not create cloudwatch log group if stage_access_log_settings == null.
Motivation and Context
See #115 & #121
Before this PR, it wasn't possible to prevent cloudwatch log group creation.
Breaking Changes
This is not a breaking change.
How Has This Been Tested?
Before this PR, setting stage_access_log_settings = null would result in a failing config so it's not possible to test before the change.
With the change, I was able to deploy my own config properly. (And omit the cloudwatch log group creation)
This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days
Fixes #115 #121
Description
Do not create cloudwatch log group if
stage_access_log_settings == null
.Motivation and Context
See #115 & #121
Before this PR, it wasn't possible to prevent cloudwatch log group creation.
Breaking Changes
This is not a breaking change.
How Has This Been Tested?
Before this PR, setting
stage_access_log_settings = null
would result in a failing config so it's not possible to test before the change.With the change, I was able to deploy my own config properly. (And omit the cloudwatch log group creation)