Zappa icon indicating copy to clipboard operation
Zappa copied to clipboard

Serverless Python

Results 245 Zappa issues
Sort by recently updated
recently updated
newest added

I have successfully installed **markupsafe** in my virtual env, but it didn't get uploaded correctly into lambda.

Only package project code into lambda, place all other dependencies in lambda layer Because the lambda code is too large, I am unable to view it through the AWS console,...

feature-request
needs-review

## Description The CLI `invoke` and `manage` commands now have a --qualifier option that allows invoking a specific Lambda function version or alias. The --client-context option was also added to...

## Description The Zappa CLI `invoke` and `manage` commands currently always execute on the $LATEST deployed version of the Lambda function. We should support specifying a specific version or alias...

Currently _"Zappa will automatically package your active virtual environment"_, which means that by default everything you are using for testing, linting, formatting and developing your code, and all the things...

needs-review