interface Context {
    awsRequestId: string;
    callbackWaitsForEmptyEventLoop: boolean;
    clientContext?: ClientContext;
    functionName: string;
    functionVersion: string;
    identity?: CognitoIdentity;
    invokedFunctionArn: string;
    logGroupName: string;
    logStreamName: string;
    memoryLimitInMB: string;
}

Properties

awsRequestId: string
callbackWaitsForEmptyEventLoop: boolean
clientContext?: ClientContext
functionName: string
functionVersion: string
identity?: CognitoIdentity
invokedFunctionArn: string
logGroupName: string
logStreamName: string
memoryLimitInMB: string

Generated using TypeDoc