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

Hello, Using this plugin, it will regenerate packages for every deployment, meaning loss of time whereas they change not often. How should I do to skip this and doing it...

I have a service where each function is a module using pipenv to manage dependencies for each module. The plugin doesn't generate requirements.txt using pipenv unless I have a Pipfile...

enhancement
pipenv

I am trying to add sftp to the image and call it using `subprocess.call()` to get around a paramiko bug involving jumphosts. Following [the documentation](https://github.com/serverless/serverless-python-requirements#native-code-dependencies-during-runtime), I add to a custom...

https://github.com/UnitedIncome/serverless-python-requirements/blob/master/lib/pip.js#L546 This skips docker-container image rebuilding process. I will post the pull request that allows rebuild mechanism judging from modification time . or adding rebuild force option should be good?...

This enables the user to use an key file format (RSA, ED25519, ...). Additionally, it allows more complex workflows (such as different SSH keys for specfic sites, such as Github...

Docker
bug-fix

One of your dependencies has been deprecated: ``` warning serverless-python-requirements > [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. ```

Is there any support for serverless-offline? it seems serverless-offline doesn't call this plug-in

enhancement
help wanted
question

I ask because I have the following configuration, which works fine: ``` custom: pythonRequirements: useStaticCache: false # set to false, to force update noDeploy: - botocore - boto3 - botostubs...

With configuration: ``` custom: pythonRequirements: dockerizePip: non-linux zip: true layer: true ``` there are two output zip files - one for Lambda, other for Layer. The plugin seems to first...

I get: ``` Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Packaging Python Requirements Lambda Layer... Error -------------------------------------------------- ENOENT: no such file or directory, scandir '.serverless/requirements' For debugging logs, run...

bug