Skip to content

How to speed up packaging with multiple lambda functions and package individually set to True? #183

Closed
@skeller88

Description

@skeller88

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions