UNPKG

yandex-cloud-functions-router

Version:
12 lines (11 loc) 289 B
declare type CloudFunctionContext = { awsRequestId: string; requestId: string; invokedFunctionArn: string; functionName: string; functionVersion: string; memoryLimitInMB: string; deadlineMs: number; logGroupName: string; }; export { CloudFunctionContext };