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, Zappa does not set the cloudwatch retention period. This causes the cloudwatch logs to grow without limit, which is expensive.
Possible Fix
I posted code to the Slack that set the cloudwatch retention period from a new setting in the zappa config file. This patch implements that code. I've tested it on a production system.
The text was updated successfully, but these errors were encountered:
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.
Context
Currently, Zappa does not set the cloudwatch retention period. This causes the cloudwatch logs to grow without limit, which is expensive.
Possible Fix
I posted code to the Slack that set the cloudwatch retention period from a new setting in the zappa config file. This patch implements that code. I've tested it on a production system.
The text was updated successfully, but these errors were encountered: