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
- Host: GitHub
- URL: https://github.com/kiquetal/cdk-typescript-lambda-python
- Owner: kiquetal
- Created: 2024-06-12T00:40:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T00:45:18.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:48:16.680Z (7 months ago)
- Topics: aws-cdk-typescript, aws-lambda-layers, aws-lambda-python, localstack
- Language: TypeScript
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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