serverless / serverless-python-requirements

⚡️🐍📦 Serverless plugin to bundle Python packages
MIT License
1.11k stars 290 forks source link

deploy lambda without redeploy layer #509

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi, I'm using the serverless-python-requirements to create the layer for the requirements packages like in README.md file.

I'm wondering if there is a way to deploy the layer once, in the first deploy and then deploy only the functions?

mei-tech commented 3 years ago

Or deploy it only, if "requirements.txt" has changed. Would save so much deployment time for me (I think for most of you, too) because the external modules take most of the needed upload file size to s3 for me!

That would be a great feature!!