chalice icon indicating copy to clipboard operation
chalice copied to clipboard

Deployment Delays (>10 mins) with Chalice 1.32.0

Open ShandySparrow opened this issue 6 months ago • 1 comments

Description
While deploying AWS Lambda functions using Chalice (chalice 1.32.0, python 3.12.2, darwin 24.6.0), deployments are taking an unusually long time (over 10 minutes). This issue was not present earlier and seems to have degraded recently.

Steps to Reproduce

  1. Use Chalice 1.32.0 with Python 3.12.2 on darwin 24.6.0.
  2. Run chalice deploy for a moderately sized Lambda project.
  3. Observe deployment time – consistently longer than 10 minutes.

Environment

  • Chalice: 1.32.0
  • Python: 3.12.2
  • OS: Darwin 24.6.0

Additional Notes

  • This delay did not occur with earlier deployments.
  • Unsure if this is related to Chalice version, Python version, or a packaging change.
  • Logs show normal progress but take much longer before completion.
  • It gets stuck with Creating deployment package

ShandySparrow avatar Aug 18 '25 07:08 ShandySparrow

I'm also experiencing this. Our CI linuxed based deploys have been fine, but every attempt to deploy locally from MacOS has been hanging

devinmatte avatar Oct 14 '25 23:10 devinmatte