serverless-python-requirements icon indicating copy to clipboard operation
serverless-python-requirements copied to clipboard

⚡️🐍📦 Serverless plugin to bundle Python packages

Results 155 serverless-python-requirements issues
Sort by recently updated
recently updated
newest added

Getting this error on sls deploy Error: `docker run --rm -v /Library/Caches/serverless-python-requirements/479953baaa6395d6d18bb6db8935af2fa13b0c841bbeb72ae8ddca94f69e38bf_x86_64_slspyc:/var/task:z -v /Library/Caches/serverless-python-requirements/downloadCacheslspyc:/var/useDownloadCache:z -u 0 lambci/lambda:build-python3.8 /bin/sh -c python3.8 -m pip install -t /var/task/ -r /var/task/requirements.txt --cache-dir /var/useDownloadCache &&...

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

It appears that the serverless-python-requirements plugin is exhibiting some odd behavior. It doesn't appear to be slimming the contents of the package that's deployed to Lambda, and includes the entire...

bug

If docker command execution fails due to a bad `Dockerfile` the error will always be `docker not found`. This will allow to output the actual exception instead.

needs feedback

The change allows the use of the package individually true combined with sls deploy function -f func_name.

bug

I am using Serverless to deploy Python Lambda function triggered with Kinesis. I use `serverless-python-requirements` to pack a few requirements. I get an error: ``` ? Do you want to...

After hours of trying to solve this thing - here is what I learned: Packaging your lambda zip file using dockerizePip: true WILL NOT alert if there is a mismatch...

I'm wondering if you have considered publishing your own set of python docker images for use in your plugin? Lambci lacks support for python 3.9, despite a [PR](https://github.com/lambci/docker-lambda/pull/348) and several...

I keep getting this error in my AWS logs when trying to deploy using serverless: `Unable to import module 'wsgi_handler': No module named 'werkzeug'` It seems that the zip folder...

bug