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?