public class LambdaKt
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEEP_ALIVE_RESOURCE
The resource used to identify an event coming from the keep-alive lambda instead of API Gateway.
|
static java.lang.String |
KEEP_ALIVE_SLEEP
The number of milliseconds for which to sleep after receiving a keep-alive request.
|
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 |
LAMBDA_EVENT_ATTR
The request attribute key used for the event object passed into the lambda function by AWS; it is a Map
|
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 LAMBDA_EVENT_ATTR
The request attribute key used for the event object passed into the lambda function by AWS; it is a Map
@NotNull public static java.lang.String STAGE_VARS_ATTR
The request attribute key used for the map of stage variables.
@NotNull public static java.lang.String KEEP_ALIVE_RESOURCE
The resource used to identify an event coming from the keep-alive lambda instead of API Gateway.
@NotNull public static java.lang.String KEEP_ALIVE_SLEEP
The number of milliseconds for which to sleep after receiving a keep-alive request.