#2147·chalice

Is there any plan to support snapstart ?

Author: jaeyoung0509Created Sep 14, 2025Updated May 13, 2026

AWS SnapStart is a powerful feature that significantly reduces cold start latency for Python function. However the current AWS chalice framework may not provide a native way to enable SnapStart.

chalice deploy command and the .chalice/config.json file lack a specific option to configure this feature

I was wondering if there are any plans or a roadmap to natively support SnapStart within chalice?