Closed
Description
This library has been helpful, but I'm running into performance limits. At 5 lambda functions with per package requirements and the dockerizePip
option, the package
step is taking 5 minutes. With "package individually" set to "True", that step takes 1.5 minutes. That's great, but I need the individual packaging to stay under the lambda deployment package size limit. How can I speed up the package step?
Creating a docker image with all of the dependencies would probably help. I'm going to try that.
Is there a way to just package a single lambda function? It doesn't seem like there is. Is there a way to parallelize the packaging of lambda functions? Also doesn't seem like there is.
Metadata
Metadata
Assignees
Labels
No labels