-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Labels
needs-reviewNeeds attention from a maintainerNeeds attention from a maintainer
Description
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.
t170815518 and kmchmk
Metadata
Metadata
Assignees
Labels
needs-reviewNeeds attention from a maintainerNeeds attention from a maintainer