Metadata-Version: 2.1
Name: b-elasticsearch-layer
Version: 0.0.4
Summary: AWS CDK based lambda layer including Elasticsearch client.
Home-page: https://github.com/biomapas/B.ElasticsearchLayer.git
Author: Laimonas Sutkus
Author-email: laimonas.sutkus@biomapas.com
License: Apache License 2.0
Keywords: AWS CDK Lambda Layer Elasticsearch
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)

# TODO


# Release history

### 0.0.4
* Update Docker bundling commands. Use bash to move files between directories instead of installing with `-t` flag.
Related issue: https://github.com/pypa/pip/issues/103

### 0.0.1
* Initial build.
* Elasticsearch-python 7.9.1.
* Docker image for asset building: python:3.9.

