Package io.quarkus.amazon.lambda.runtime
Class AmazonLambdaApi
java.lang.Object
io.quarkus.amazon.lambda.runtime.AmazonLambdaApi
Various constants and util methods used for communication with the AWS API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String
baseUrl()
(package private) static String
(package private) static String
(package private) static String
(package private) static URL
(package private) static URL
invocationError
(String baseUrl, String requestId) (package private) static URL
invocationNext
(String baseUrl) (package private) static URL
invocationResponse
(String baseUrl, String requestId) static boolean
(package private) static String
(package private) static String
(package private) static URL
-
Field Details
-
LAMBDA_TRACE_HEADER_KEY
- See Also:
-
LAMBDA_RUNTIME_AWS_REQUEST_ID
- See Also:
-
LAMBDA_RUNTIME_INVOKED_FUNCTION_ARN
- See Also:
-
LAMBDA_RUNTIME_COGNITO_IDENTITY
- See Also:
-
LAMBDA_RUNTIME_CLIENT_CONTEXT
- See Also:
-
LAMBDA_RUNTIME_DEADLINE_MS
- See Also:
-
QUARKUS_INTERNAL_AWS_LAMBDA_TEST_API
- See Also:
-
API_PROTOCOL
- See Also:
-
API_PATH_RUNTIME
- See Also:
-
API_PATH_INVOCATION
- See Also:
-
API_PATH_INVOCATION_NEXT
- See Also:
-
API_PATH_INIT_ERROR
- See Also:
-
API_PATH_ERROR
- See Also:
-
API_PATH_RESPONSE
- See Also:
-
API_BASE_PATH_TEST
- See Also:
-
POST_EVENT
- See Also:
-
API_PATH_REQUEUE
- See Also:
-
-
Constructor Details
-
AmazonLambdaApi
public AmazonLambdaApi()
-
-
Method Details
-
baseUrl
-
invocationNext
- Throws:
MalformedURLException
-
invocationError
- Throws:
MalformedURLException
-
invocationResponse
- Throws:
MalformedURLException
-
requeue
- Throws:
MalformedURLException
-
initError
- Throws:
MalformedURLException
-
logGroupName
-
functionMemorySize
-
logStreamName
-
functionName
-
functionVersion
-
isTestMode
public static boolean isTestMode()
-