Skip to content

Extremely slow app update through zappa update --allΒ #1129

@nyxdata

Description

@nyxdata

I've built a small serverless application about ~10mo.

When I use the command zappa update, it takes at least 10 minutes before the beginning of the update.

I use windows and the following settings:

{
"dev": {
"app_function": "app.app",
"aws_region": "eu-west-1",
"profile_name": "user",
"project_name": "nyx",
"runtime": "python3.8",
"s3_bucket": "zappa-nyw",
"memory_size": 2048
}
}

I've tried to add exclusion exceptions to get it faster but nothing has changed.

Thank you for your help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-reviewNeeds attention from a maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions