interface Contextimport { type Context } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; Handler context parameter. See AWS documentation. PropertiescallbackWaitsForEmptyEventLoop: booleanfunctionName: stringfunctionVersion: stringinvokedFunctionArn: stringmemoryLimitInMB: stringawsRequestId: stringlogGroupName: stringlogStreamName: stringoptionalidentity: CognitoIdentityoptionalclientContext: ClientContextMethodsgetRemainingTimeInMillis(): numberdeprecateddone(error?: Error, result?: any): voiddeprecatedfail(error: Error | string): voiddeprecatedsucceed(messageOrObject: any): voiddeprecatedsucceed(message: string, object: any): void