Open tw1t611 opened 2 years ago
Since same zip file is used for lambda deploy (if there are no individually option), it is the intended behavior.
There are the way to reduce the zip file of lambda function. Check Per-function requirements
part in official docs.
I just figured, that every lambda deployed with serverless has the same size
I think my structure might be wrong, or is that the intended behavior? I placed all the files in one module
/lib
, which might be wrong. However, It seems like only the the dependencies written in thePipFile
matter. The project needs some big dependencies, so I can't fully deploy it at the moment.individual packaging
didn't work for me. Is there any way to further reduce the file size of the functions?serverless.yml
handler.py