class
Amazonite::Lambda::SnapStart
- Amazonite::Lambda::SnapStart
- Reference
- Object
Overview
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.
Included Modules
- JSON::Serializable
Defined in:
lambda/snap_start.crConstructors
- .new(pull : JSON::PullParser)
- .new(apply_on : SnapStartApplyOn | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#apply_on : SnapStartApplyOn | Nil
Set to
PublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. -
#apply_on=(apply_on : SnapStartApplyOn | Nil)
Set to
PublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Set 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.