@morojs/moro / LambdaContext
Interface: LambdaContext
Defined in: src/core/runtime/aws-lambda-adapter.ts:22
Properties
awsRequestId
awsRequestId:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:28
functionName
functionName:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:24
functionVersion
functionVersion:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:25
invokedFunctionArn
invokedFunctionArn:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:26
logGroupName
logGroupName:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:29
logStreamName
logStreamName:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:30
memoryLimitInMB
memoryLimitInMB:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:27
requestId
requestId:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:23
Methods
getRemainingTimeInMillis()
getRemainingTimeInMillis():
number
Defined in: src/core/runtime/aws-lambda-adapter.ts:31
Returns
number