Metadata-Version: 2.0
Name: aws-secret-cdk
Version: 1.0.2
Summary: Package to create a SecretsManager's secret with auto rotation.
Home-page: https://github.com/laimonassutkus/AwsSecretCdk
Author: Laimonas Sutkus
Author-email: laimonas.sutkus@gmail.com
License: GNU GENERAL PUBLIC LICENSE Version 3
Keywords: AWS CDK CloudFormation SecretsManager Infrastructure Cloud DevOps
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.aws-ec2
Requires-Dist: aws-cdk.aws-iam
Requires-Dist: aws-cdk.aws-lambda
Requires-Dist: aws-cdk.aws-s3-deployment
Requires-Dist: aws-cdk.aws-secretsmanager
Requires-Dist: aws-cdk.core
Requires-Dist: aws-lambda (<3.0.0,>=2.1.0)

## AWS Secrets Manager


# Release history

#### 1.0.2
Fix manifest file.

#### 1.0.1
Ensure bucket and bucket deployment has different names.

#### 1.0.0
Initial commit. Add ability to create RDS secret and rotate it every 30 days.

