Metadata-Version: 2.1
Name: cloudwatch-auto-retention
Version: 0.0.0
Summary: cloudwatch-auto-retention
Home-page: https://github.com/stroobants-dev/cloudwatch-auto-retention
Author: Tom Stroobants<tom@stroobants.dev>
License: Apache-2.0
Project-URL: Source, https://github.com/stroobants-dev/cloudwatch-auto-retention
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# cdk-cloudwatch-logs-auto-retention

cdk-cloudwatch-logs-auto-retention is an AWS CDK construct library that will check once a month if you have any Cloudwatch Log Groups in the region it is deployed with a never-expire retention and auto-fix this to one month. This is a cost-optimization as Cloudwatch Logs have a very high storage cost. If you need Cloudwatch logs for longer you should set an automated S3 export (cdk-cloudwatch-logs-s3-export is in the works 😚).

## Getting started

### TypeScript

#### Installation

//TODO

#### Usage

```python
# Example automatically generated from non-compiling source. May contain errors.
```


