Metadata-Version: 2.1
Name: b-node-cdk-layer
Version: 0.0.1
Summary: AWS CDK lambda layer resource that contains node and aws cdk cli packages.
Home-page: https://github.com/biomapas/B.NodeCdkLayer.git
License: Apache License 2.0
Keywords: AWS CDK Lambda Layer Node
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# B.NodeCdkLayer

![Pipeline](https://github.com/Biomapas/B.NodeCdkLayer/workflows/Pipeline/badge.svg?branch=master)

### Description

TODO

### Remarks

[Biomapas](https://www.biomapas.com/) aims to modernise life-science industry by sharing its IT knowledge with other companies and the community. 
This is an open source library intended to be used by anyone. 
Improvements and pull requests are welcome. 

### Related technology

- Python3
- Docker
- AWS CDK

### Assumptions

This project assumes you have:

- Good knowledge in AWS. 
- Good knowledge in AWS CDK. 
- Good Python skills and basis of OOP.

### Useful sources

- Read more about how Docker is ued when building custom lambda layers:<br>
  https://docs.aws.amazon.com/cdk/api/v1/python/aws_cdk.aws_lambda/Code.html#aws_cdk.aws_lambda.Code.from_docker_build

### Install

Before installing this library, ensure you have these tools setup:

- Python / Pip

To install this project from source run:

```
pip install .
```

Or you can install it from a PyPi repository:

```
pip install b-node-cdk-layer
```

### Usage & Examples

TODO

### Testing

This package has unit tests based on **pytest**.
To run tests simply run:

```
pytest b_node_cdk_layer_test/integration
```

### Contribution

Found a bug? Want to add or suggest a new feature? 
Contributions of any kind are gladly welcome. 
You may contact us directly, create a pull-request or an issue in github platform. 
Lets modernize the world together.


# Release history

### 0.0.1
* Initial build.

