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.