How to keep instances alive to eliminate the impact of cold starts?

Updated at:
Copy as MD

Use provisioned mode to keep function instances alive and prevent cold start latency. In provisioned mode, you allocate, release, and manage function instances yourself, so instances are always ready to handle requests without the initialization delay of an on-demand cold start.

For details on provisioned mode and other instance options, see Instance types and instance modes.