{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SnapStart", "title": "SnapStart", "type": "object", "properties": { "ApplyOn": { "allOf": [ { "$ref": "#/components/schemas/SnapStartApplyOn" }, { "description": "Set to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version." } ] } }, "description": "

The function's Lambda SnapStart setting. Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

SnapStart is supported with the java11 runtime. For more information, see Improving startup performance with Lambda SnapStart.

" }