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
Currently the CloudWatch logs are created with 'Never Expire'. Is there an option to set an expiration time?
I have logRetentionDays: 30 set in my provider for the regular lambda functions. Can this be picked up by this plugin? Or alternatively a new option be provided?
Thanks!
The text was updated successfully, but these errors were encountered:
Great idea @elgordino. We're open to pull requests. If you read and apply our information on contributing, coding standards, and commit message standards, your review process will go much easier and faster.
Fundamentally the issue is that the Logs are not created in a region until someone makes a request in that region and AWS do not provide a way to set the log expiration date when this happens.
Currently the CloudWatch logs are created with 'Never Expire'. Is there an option to set an expiration time?
I have
logRetentionDays: 30
set in my provider for the regular lambda functions. Can this be picked up by this plugin? Or alternatively a new option be provided?Thanks!
The text was updated successfully, but these errors were encountered: