Metadata-Version: 2.1
Name: cdk-secrets
Version: 0.4.1
Summary: CDK Construct for secrets
Home-page: https://github.com/udondan/cdk-secrets
Author: Daniel Schroeder
License: MIT
Project-URL: Source, https://github.com/udondan/cdk-secrets.git
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: Typing :: Typed
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jsii (~=0.20.11)
Requires-Dist: publication (>=0.0.3)
Requires-Dist: aws-cdk.aws-cloudformation (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.aws-iam (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.aws-kms (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.aws-lambda (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.aws-s3 (>=1.19.0,~=1.19)
Requires-Dist: aws-cdk.core (>=1.19.0,~=1.19)

# CDK Secrets

[![CDK docs](https://img.shields.io/badge/CDK-docs-orange)](https://awscdk.io/packages/cdk-secrets@0.4.0)
[![npm version](https://badge.fury.io/js/cdk-secrets.svg)](https://www.npmjs.com/package/cdk-secrets)
[![PyPI version](https://badge.fury.io/py/cdk-secrets.svg)](https://pypi.org/project/cdk-secrets/)
[![NuGet version](https://badge.fury.io/nu/CDK.Secrets.svg)](https://www.nuget.org/packages/CDK.Secrets/)
[![GitHub](https://img.shields.io/github/license/udondan/cdk-secrets)](https://github.com/udondan/cdk-secrets/blob/master/LICENSE)

> **WORK IN PROGRESS**
>
> While this is generally working, it is not ready for production.

[AWS CDK](https://aws.amazon.com/cdk/) construct to manage secrets. It makes use of a custom resource provider from [binxio/cfn-secret-provider](https://github.com/binxio/cfn-secret-provider).

This package is written in TypeScript and cross-compiled via [JSII](https://github.com/aws/jsii) to all other languages supported by CDK.

Package available on:

* [npm](https://www.npmjs.com/package/cdk-secrets)
* [PyPI](https://pypi.org/project/cdk-secrets/)
* [NuGet](https://www.nuget.org/packages/CDK.Secrets/)
* Maven: Coming soon...


