snapStart

fun snapStart(block: SnapStartResponse.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.lambda.model.SnapStartResponse inside the given block


var snapStart: SnapStartResponse?

Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.

You Might Also Like