Class RuntimeContext
java.lang.Object
io.micronaut.function.aws.runtime.RuntimeContext
- All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.Context
Implementation of Lambda execution
Context
for runtime environments.- Since:
- 1.4
- Author:
- sdelamo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected long
com.amazonaws.services.lambda.runtime.ClientContext
protected String
com.amazonaws.services.lambda.runtime.CognitoIdentity
com.amazonaws.services.lambda.runtime.LambdaLogger
int
int
-
Constructor Details
-
RuntimeContext
public RuntimeContext(io.micronaut.http.HttpHeaders headers) - Parameters:
headers
- HTTP Headers
-
-
Method Details
-
getAwsRequestId
- Specified by:
getAwsRequestId
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getLogGroupName
- Specified by:
getLogGroupName
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getLogStreamName
- Specified by:
getLogStreamName
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getFunctionName
- Specified by:
getFunctionName
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getFunctionVersion
- Specified by:
getFunctionVersion
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getInvokedFunctionArn
- Specified by:
getInvokedFunctionArn
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getIdentity
public com.amazonaws.services.lambda.runtime.CognitoIdentity getIdentity()- Specified by:
getIdentity
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getClientContext
public com.amazonaws.services.lambda.runtime.ClientContext getClientContext()- Specified by:
getClientContext
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getRemainingTimeInMillis
public int getRemainingTimeInMillis()- Specified by:
getRemainingTimeInMillis
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getMemoryLimitInMB
public int getMemoryLimitInMB()- Specified by:
getMemoryLimitInMB
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getLogger
public com.amazonaws.services.lambda.runtime.LambdaLogger getLogger()- Specified by:
getLogger
in interfacecom.amazonaws.services.lambda.runtime.Context
-
getEnv
- Parameters:
name
- the name of the environment variable- Returns:
- the string value of the variable, or
null
if the variable is not defined
-
currentTime
protected long currentTime()- Returns:
- the number of milliseconds since January 1, 1970, 00:00:00 GMT until the current date
-