-
Title says it all. Ubuntu 22 ships with python 3.10 by default so it would be nice to have zappa support 3.10
-
#### Summary
Hi all, I'm trying to help users configure CVMFS with the X509 helper to access LIGO data on Ubuntu, I have gotten this far:
```console
$ grid-proxy-info
subject : /DC=org/DC=cil…
-
Latest [official update](https://github.com/aws/aws-lambda-base-images/issues/31#issuecomment-1448638312) for anyone who missed it in the wall of comments:
> We have today [2023-02-28] published a …
-
#### Code Sample
```bash
# Build pandas
python3 -m pip install -t build --no-binary pandas pandas==0.22.0
# Measure size
du -sh build/pandas
# Strip binaries
find build/pandas -name "*.so…
-
Thank you for the awesome project.
I am using zappa for deploying my monolith django project on aws lambda.
To move to microservices, I am using pantsbuild [django mono-repo ](https://github.com…
-
Hello! First of all, thanks for this repo, it's a really helpful tool!
I had just set up my docker image through ZappaDock and was able to install all packages & have my flask app run as well.
Now…
-
## Context
* setup.py references requirements.in: https://github.com/zappa/Zappa/blob/master/setup.py#L10
* requirements.in does not pin pip-tools https://github.com/zappa/Zappa/blob/master/re…
-
Originally from: https://github.com/Miserlou/Zappa/issues/2182 by [JordanTreDaniel](https://github.com/JordanTreDaniel)
I have deployed a lambda that performs image manipulation, which can take a w…
-
## Context
AWS allows users to work with custom images. These custom images can use any version of Python, not just the predefined ones, like 3.7, 3.8 or 3.9. E.g. I could build my own image using Py…
-
[Herokuapp will end their free plan in about a month.](https://blog.heroku.com/next-chapter)
We need to either move to a paid plan or find some alternative.
Any ideas?