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

I need to be able to include psycopg2 as an dependency to my project. Unfortunately I can't use psycopg2-binary or aws-psycopg2 and similar libraries. When I build requirements surprisingly it...

I would like to use this plugin in a CI in gitlab. I own a gitlab Runner with rights to use docker in order do avoid docker:dind service (same error...

I'm unable to invoke my function locally when I use the module functionality: severless.yml ``` package: individually: true functions: my_function: handler: my_function.lambda_handler module: src/my_function_folder ``` invoke local : `serverless invoke...

I just figured, that every lambda deployed with serverless has the same size ```bash dashboard: https://app.serverless.com/timpolyma/apps/birdzview/birdzview/dev/eu-central-1 endpoints: POST - https://fjwyyf75v9.execute-api.eu-central-1.amazonaws.com/api/open-ai GET - https://fjwyyf75v9.execute-api.eu-central-1.amazonaws.com/api/scores/all GET - https://fjwyyf75v9.execute-api.eu-central-1.amazonaws.com/api/scores/{id} functions: fetch_open_ai: birdzview-dev-fetch_open_ai (105...

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I'm getting the following error when adding a 'vendor' property to a function. ``` Warning: Invalid configuration encountered at 'functions.hello': unrecognized property 'vendor' ``` For context, this is an attempt...

help wanted
good first PR

I'm having lambda's of both the python and nodejs runtime. When building the dist, it results in the following error: ``` Serverless: Zipping required Python packages for .... Serverless: Zipping...

Considering that layer contains only the dependencies, we could just cache e avoid redeploy according to "Pipfile.lock", it is possible?

I have a Django app that I want to deploy in these steps: 1. Deploy a single function, `manage`, that is used for running (you guessed it) `manage.py` commands 2....

Hello, When I try to "sls deploy" using "dockerizePip: true" option, i get the following error: ``` Serverless: Invoke deploy Serverless: Invoke package Serverless: Invoke aws:common:validate Serverless: Invoke aws:common:cleanupTempDir Serverless:...

Docker
waiting-on-response