public enum LambdaRuntime
The runtime that should be used for the Osiris lambda function.
This should normally be left as the default (LambdaRuntime.Java8).
If you specify a layer that provides an alternative runtime then use LambdaRuntime.Provided.
| Enum Constant and Description |
|---|
Java8
The AWS Java 8 lambda runtime.
|
Provided
A custom runtime provided by one of the layers
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRuntimeName() |
public static LambdaRuntime Java8
The AWS Java 8 lambda runtime.
public static LambdaRuntime Provided
A custom runtime provided by one of the layers