| Modifier and Type | Method and Description |
|---|---|
RuntimeFamily |
Runtime.getFamily()
(experimental) The Lambda runtime family.
|
static RuntimeFamily |
RuntimeFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeFamily[] |
RuntimeFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CodeConfig |
AssetCode.bind(software.constructs.Construct scope,
String handler,
RuntimeFamily family)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
abstract CodeConfig |
Code.bind(software.constructs.Construct scope,
String handler,
RuntimeFamily family)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
CodeConfig |
S3Code.bind(software.constructs.Construct _scope,
String _handler,
RuntimeFamily _family)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
CodeConfig |
InlineCode.bind(software.constructs.Construct _scope,
String handler,
RuntimeFamily _family)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
| Constructor and Description |
|---|
Runtime(String name,
RuntimeFamily family) |
Copyright © 2022. All rights reserved.