public class RequestKt
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.services.lambda.runtime.Context |
getLambdaContext(Request $receiver)
The context passed to the lambda by AWS.
|
static com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent |
getLambdaEvent(Request $receiver)
The event passed to the lambda by AWS.
|
static java.lang.String |
getStageName(Request $receiver)
The AWS stage name; this is an extension property to avoid putting AWS concepts into the core module.
|
static java.util.Map<java.lang.String,java.lang.String> |
getStageVariables(Request $receiver)
The AWS stage variables; this is an extension property to avoid putting AWS concepts into the core module.
|
@NotNull
public static java.util.Map<java.lang.String,java.lang.String> getStageVariables(@NotNull
Request $receiver)
The AWS stage variables; this is an extension property to avoid putting AWS concepts into the core module.
@Nullable
public static com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent getLambdaEvent(@NotNull
Request $receiver)
The event passed to the lambda by AWS.
@Nullable
public static com.amazonaws.services.lambda.runtime.Context getLambdaContext(@NotNull
Request $receiver)
The context passed to the lambda by AWS.
@NotNull
public static java.lang.String getStageName(@NotNull
Request $receiver)
The AWS stage name; this is an extension property to avoid putting AWS concepts into the core module.