Metadata-Version: 2.1
Name: b-cfn-elasticsearch-cloner
Version: 0.1.0
Summary: AWS CDK based custom resource that clones DynamoDB tables into Elasticsearch.
Home-page: https://github.com/biomapas/B.CfnElasticsearchCloner.git
Author: Ignas Kiela
Author-email: ignas.kiela@biomapas.com
License: Apache License 2.0
Keywords: AWS CDK Lambda Layer Elasticsearch Cloner
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.core (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-lambda (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-elasticsearch (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-lambda-event-sources (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-logs (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-kms (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-iam (<2.0.0,>=1.54.0)
Requires-Dist: b-elasticsearch-layer (<1.0.0,>=0.0.1)
Requires-Dist: b-cfn-elasticsearch-index (<1.0.0,>=0.0.3)

TODO


# Release history


### 0.0.4
* Always clone on update.

### 0.0.3
* Fix initial cloner lambda timeout.

### 0.0.2
* Bump the required version of B.CfnElasticsearchIndex.

### 0.0.1
* Initial build.

