An open API service indexing awesome lists of open source software.

https://github.com/kiquetal/cdk-typescript-lambda-python

A future starter cdk app for python
https://github.com/kiquetal/cdk-typescript-lambda-python

aws-cdk-typescript aws-lambda-layers aws-lambda-python localstack

Last synced: 4 months ago
JSON representation

A future starter cdk app for python

Awesome Lists containing this project

README

          

### CDKlocal with localstak

Objective: Use cdk with typescript, but all lambdas will be use python, check how the layers function works!

### Install dependencies only with requirements.txt

```
LAMBDA-LAYER
python
requirements.txt
```

#### Prerequisites

- awslocal
- cdklocal
- localstack
- NoWorkBenchLocal

#### Start localstack

localstack start

#### Bootstrap cdklocal

cdklocal bootstrap

cdklocal deploy