Zappa icon indicating copy to clipboard operation
Zappa copied to clipboard

Serverless Python

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

This is part question and part bug report. During testing of my code, I'm generating a lot of logs. This makes tailing the logs longer and longer so I'd like...

Great project, btw! I see myself making liberal use of this. I just wanted to check and see if there are any issues with using conda virtual environments? I successfully...

## Context I'm having issues deploying my project using Zappa ## Expected Behavior 1) Cloned my project 2) python -m venv venv 3) pip install -r requirements.txt --no-cache-dir 4) zappa...

## Description The main SNS message handler incorrectly assumes that every message that was parsed using json.loads() without throwing an exception is of dict type, and then uses dict methods...

@jneves: Not sure if you are a last remaining active maintainer of Zappa. As part of the community still rely on Zappa, it is included in OpenSSF top 200 critical...

I've followed the handy guide reference here to associate a Let's Encrypt SSL certificate and validating it using DNS validation. https://github.com/Miserlou/Zappa/blob/master/docs/domain_with_free_ssl_dns.md However, I am receiving the following error message when...

Does Zappa support adding a permission boundary onto the lambda execution role?

I would like to get `RequestId` in the view logs to correlate it to `START/END/REPORT` log entries. I have tried `request.META['lambda.event']['requestContext']` but It has different `RequestId`

## Context Is it possible to not include the slug in the function name? Ie, change default function name from `-` to just ``. I'd like to be able to...

As an open source project matures, and in order to promote the longevity of the project, it is oftentimes useful to define a community governance structure. Currently, Zappa has a...