python-lambda
python-lambda copied to clipboard
A toolkit for developing and deploying serverless Python code in AWS Lambda.
Hi there, I am unable to deploy my code on lambda using python-lambda library. It's giving me the following error, I have given all access/permission to my user but this...
I want to access config.yaml parameters. For example "aws_access_key_id" or "description" or "timeout" etc.. I could not find any object for this.
It's on my computer, but it will not install the package beause it's not on pypl. I'm at a loss how you want me to do this.
I was thinking that it would be very useful to be able to test multiple events in a row instead of just one, like a test battery. Of course I...
Lambda deploy : call to `update_configuration_function` is made before lambda update status is ready
### Problem It seems that the [application of lambda states to all functions](https://awsfeed.com/whats-new/compute/coming-soon-expansion-of-aws-lambda-states-to-all-functions), including zip-file based lambdas, prevents from deploying as previously with `lambda deploy`. Several lambdas that I was...
Bumps [pipenv](https://github.com/pypa/pipenv) from 2021.5.29 to 2022.1.8. Release notes Sourced from pipenv's releases. Release v2022.1.8 No release notes provided. Release v2021.11.23 No release notes provided. Release v2021.11.15 No release notes provided....
Hi @nficano thanks for this amazing project ! I am currently facing issues due to the old version of `click` defined in `setup.py` (mostly related to pip dependency resolver issues...
Using the [Poetry](https://python-poetry.org/) package manager, it is possible to separate standard packages, from packages you only need for development. For instance, I might develop some code and would install `python-lambda`...