python-lambda icon indicating copy to clipboard operation
python-lambda copied to clipboard

A toolkit for developing and deploying serverless Python code in AWS Lambda.

Results 67 python-lambda issues
Sort by recently updated
recently updated
newest added

`boto3` or `botocore` packages shouldn't be bundled and deployed to lambda as they are already available in the lambda function environment.

help wanted

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.6.0 to 2.13.0. Release notes Sourced from pre-commit's releases. pre-commit v2.13.0 Features Setting SKIP=... skips installation as well. #1875 PR by @​asottile. pre-commit-ci/issues#53 issue by @​TylerYep. Attempt...

dependencies

Possibly using https://coverage.readthedocs.io/en/coverage-4.4.1/ or something else you know of. This will help immensely for those who prefer TDD.

help wanted

subdirectories in the the root folder are being skipped in the build function.

help wanted

To reproduce just ``import boto3`` somewhere in the code, for example in *service.py* and deploy for python3.6 Removing *concurrent* directory from the zip package solves the problem. Exception details: ```...

help wanted

hi folks, having one more issue here : when i test the function on the lambda console - it works fine - but when I try to call the API...

help wanted

Lambda supports execution of binary programs within a lambda function, and python-lambda is a convenient way to package and upload these wrapped in a python interface. This *almost* works perfectly...

help wanted

Hi, When running invoke locally it appears it does not configure logging.. Should it ? ``` No handlers could be found for logger "root" ```

help wanted

Hi, I want to use Jenkins for packaging our AWS Lambda project. I use ShiningPanda for managing virtual environment. When I execute `lambda build` command, it gives error. It creates...

help wanted

Hello! Thought you might be interested in incorporating [lambda-packages](https://github.com/Miserlou/lambda-packages) that we use with [Zappa](https://github.com/Miserlou/Zappa) as part of your library's build process. You can see how we do it automatically swap...

help wanted