Metadata-Version: 2.1
Name: b-cfn-elasticsearch-index
Version: 0.0.6
Summary: AWS CDK based custom resource that manages an Elasticsearch index.
Home-page: https://github.com/biomapas/B.CfnElasticsearchIndex.git
Author: Ignas Kiela
Author-email: ignas.kiela@biomapas.com
License: Apache License 2.0
Keywords: AWS CDK Lambda Layer Elasticsearch Index
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: b-elasticsearch-layer (<1.0.0,>=0.0.1)

# B.CfnElasticsearchIndex


# Release history

### 0.0.6
* Retry on timeout when accessing elasticsearch.

### 0.0.5
* Fixed resource deletion once again.

### 0.0.4
* Fixed resource deletion.

### 0.0.3
* Fixed various bugs.

### 0.0.2
* Fixed tests.

### 0.0.1
* Initial build.

