Serverless

Cold Start

English

Overview

The delay incurred the first time a function is invoked after a period of inactivity.

Details

A delay caused by initializing the execution environment -- launching a container, loading the runtime -- whose impact varies by language and package size. It can be avoided by pre-initializing with provisioned concurrency.

More AWS terms