AWSLambdaSnapStart
Objective-C
@interface AWSLambdaSnapStart
Swift
class AWSLambdaSnapStart
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.
-
Set to
PublishedVersions
to create a snapshot of the initialized execution environment when you publish a function version.Declaration
Objective-C
@property (nonatomic) AWSLambdaSnapStartApplyOn applyOn;
Swift
var applyOn: AWSLambdaSnapStartApplyOn { get set }