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

Vendor option can now be used for common code inclusion when lambdas are being packaged individually. This prevents the step of copying vendor from being skipped because of caching. Enabling...

"cannot import name 'DBManager' from 'DBManager' (/opt/python/DBManager/__init__.py)" No matter how I change the yml, the err still exists, but openpyxl works well, any ideas? here is part of my code:...

Using Fedora 33, the currently Python version on the system is 3.9, which by itself raised an error since AWS provider python runtime is 3.8. After installing python 3.8 and...

I am using flask. I would like to add layers to install the requirements using the `serverless-python-requirements` package by setting `layer: true`. My project structure is as follows: root -...

# Bug Report ## Description 1. What did you do? Tried to deploy several functions in different modules. 2. What happened? 3. What should've happened? Package each function individually, creating...

bug

I am currently unsure if this is a bug, but I am using the plugin to build requirements from a Pipfile, and I see the following message: ``` Serverless: Generating...

needs feedback

pyproject.toml file detection only tests the root project dir, not subdirs indicated by modules

enhancement

Apologies if this is a duplicate, I tried to search for issues. Also, I really appreciate the great work to create this plugin, I used serverless 1-2 years ago before...

When using package individually, the requirements are not pulled from a Pipfile/peotry file if present, only requirements.txt (this is a completely different behaviour than when not using package individually as...

enhancement
pipenv
poetry

Hey! So looking at the message in the logs I was concerned that the `requirements.txt` file was literally generated from `pyproject.toml`. Which in my mind meant not using the lock...

enhancement