public class LambdaKt
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LAMBDA_CONTEXT_ATTR
The request attribute key used for the Context object passed into the lambda function by AWS.
|
static java.lang.String |
STAGE_VARS_ATTR
The request attribute key used for the map of stage variables.
|
@NotNull public static java.lang.String LAMBDA_CONTEXT_ATTR
The request attribute key used for the Context object passed into the lambda function by AWS.
@NotNull public static java.lang.String STAGE_VARS_ATTR
The request attribute key used for the map of stage variables.