hubverse-org / hubverse-infrastructure

MIT License
0 stars 0 forks source link

Set retention policy for AWS CloudWatch logs #41

Open bsweger opened 5 months ago

bsweger commented 5 months ago

By default, the logger output of AWS lambda functions is stored in CloudWatch (where log group = the name of the lambda function. Our current retention policy is set to "never expire."

As of now, we're still well within the limits of the CloudWatch free tier (as defined here). However, if we begin onboarding active hubs to Hubverse-hosted cloud, we might want to set an explicit retention policy.

Image