awscdk-appsync-utils
awscdk-appsync-utils copied to clipboard
feat: add logRetention option for mergeSchema lambdas with default to…
Context
Currently there is no way to specify the logRetention period for a lambda. As a result, the log stream never expires which can then implies high costs.
About this change
This is a proposal to add this option while leaving the default to 2 years expire. Additionally, you can configure other properties for the provider like the pollingInterval, etc.