Metadata-Version: 2.1
Name: b-lambda-layer-common
Version: 0.0.6
Summary: AWS CDK based lambda layer including useful utilities.
Home-page: https://github.com/biomapas/B.LambdaLayerCommon.git
Author: Laimonas Sutkus
Author-email: laimonas.sutkus@biomapas.com
License: Apache License 2.0
Keywords: AWS CDK Lambda Layer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.aws-lambda (<2.0.0,>=1.54.0)

# TODO

# Release history

### 0.0.6
Add ability to check whether singleton was initialized.

### 0.0.5
Remove description.

### 0.0.4
Do not create an extra stack.

### 0.0.3
Add safe initialization.

### 0.0.2
Add Layer class and Singleton.

### 0.0.1
Initial build.

