1 Answer
- Newest
- Most votes
- Most comments
0
You should have a look at the aws-lambda-python module: https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-python-readme.html
It's still experimental and needs docker, but it will take care of your requirements.txt.
The same exists for nodejs just in case (https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-nodejs-readme.html).
answered 6 years ago
Relevant content
asked 3 years ago
- AWS OFFICIALUpdated 4 years ago
