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

We should skip injection of deps when lambdas are using a container image (and thus do not have a package path)

I have the following serverless.yml: ``` # Welcome to Serverless! # # This file is the main config file for your service. # It's very minimal at this point and...

MacOS
Docker

Add a concurrency parameter to specify the max number of builds at the same time like the webpack plugin has. ![image](https://user-images.githubusercontent.com/38846927/161640974-6e9abc25-8158-4920-b15d-c0e127c2ebc5.png) https://www.serverless.com/plugins/serverless-webpack

help wanted

This addresses issue https://github.com/serverless/serverless-python-requirements/issues/397 In 2019 @ComfyDust [did an investigation](https://github.com/serverless/serverless-python-requirements/issues/397#issuecomment-533755933) into this and pinpointed it to the `pip.js` file, with a workaround that you can create an empty `requirements.txt` file...

All the files used can be found at https://github.com/cscetbon/sls-dd-missing-folder. Following https://www.npmjs.com/package/serverless-python-requirements, I can package functions f1 and f2, but not f3 which is in a folder: ``` $ sls package...

Hi! I'm trying deploy a function that has turbodbc dependency. I tryied on so many way but the file libodbc.so.2 is not found in the generated .zip. ``` service: lambda-dummy...

help wanted

This PR adds back stdio for output priting and the `shell: true` to spawn method so it can properly run on Windows. This was broken in https://github.com/serverless/serverless-python-requirements/commit/937fa564bf12fcb043678a0b48064bc60cbd2ea2

I have a case where a windows folder containing sources is mounted in a linux VM and therefore symlinks cannot be created in .serverless folder. This PR add a new...

Hello, I would like to deploy multiple functions having different package dependencies within the same stack. As the packages are too heavy to be included in one layer, I would...

needs feedback

As per the README, "The dockerSsh option will mount your $HOME/.ssh/id_rsa and $HOME/.ssh/known_hosts as a volume in the docker container". However, also other paths and key formats are used for...

bug
Docker