Interface AppSyncHandlerContext<T>

The context for the AppSync resolver function. Contains information about the event, lambda context, logger, and Cognito authorizer.

Type Parameters

  • T

Hierarchy

  • AppSyncHandlerContext

Properties

cognitoAuth: CognitoAuthorizer
event: AppSyncResolverEvent<T, null | Record<string, any>>
lambdaContext: Context
logger: LambdaLog

Generated using TypeDoc