Module aws_lambda_events::event::appsync

source ·
Expand description

AWS Lambda event definitions for appsync.

Structs§

  • AppSyncCognitoIdentity contains information about the caller authed via Cognito.
  • AppSyncIamIdentity contains information about the caller authed via IAM.
  • AppSyncLambdaAuthorizerRequest contains an authorization request from AppSync.
  • AppSyncLambdaAuthorizerRequestContext contains the parameters of the AppSync invocation which triggered this authorization request.
  • AppSyncLambdaAuthorizerResponse represents the expected format of an authorization response to AppSync.
  • Deprecated: AppSyncResolverTemplate does not represent resolver events sent by AppSync. Instead directly model your input schema, or use map[string]string, json.RawMessage, interface{}, etc..

Type Aliases§