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

I would like to deploy lambda function in multiple environments, like development, staging, and production. Is there is a way to setup config.yaml for different working environments?

help wanted

https://github.com/nficano/python-lambda/issues/132

This addresses this issue https://github.com/nficano/python-lambda/issues/168

Bundling packages not in the top level project directory but declared in source_directories Here is an example. The python module is not in the top level project directory. This pull...

PR# #116 by @gmyers-amfam left out the preserve-vpc option for the deploy-s3 cli, even though they built into the deploy-s3 function in `aws_lambda/aws_lambda.py` This simple change fixes that.

…acing active when deploying the function to AWS. By default or if nothing specified the configuration will remain PassThrough which is the default setting and which does not create any...

If the user wants to manage the role through the AWS web interface, or doesn't want to give the user updating the function the iam:PassRole permission for security, don't try...