Available on crate feature
appsync only.Expand description
AWS Lambda event definitions for appsync.
Structs§
- AppSync
Cognito Identity AppSyncCognitoIdentitycontains information about the caller authed via Cognito.- AppSync
Direct Resolver Event AppSyncDirectResolverEventrepresents the default payload structure sent by AWS AppSync when using Direct Lambda Resolvers (i.e., when both request and response mapping templates are disabled).- AppSync
IamIdentity AppSyncIamIdentitycontains information about the caller authed via IAM.- AppSync
Identity Lambda AppSyncIdentityLambdarepresents identity information when using AWS Lambda- AppSync
IdentityOIDC AppSyncIdentityOIDCrepresents identity information when using OIDC-based authorization.- AppSync
Info AppSyncInfocontains metadata about the current GraphQL field being resolved.- AppSync
Lambda Authorizer Request AppSyncLambdaAuthorizerRequestcontains an authorization request from AppSync.- AppSync
Lambda Authorizer Request Context AppSyncLambdaAuthorizerRequestContextcontains the parameters of the AppSync invocation which triggered this authorization request.- AppSync
Lambda Authorizer Response AppSyncLambdaAuthorizerResponserepresents the expected format of an authorization response to AppSync.- AppSync
Prev Result AppSyncPrevResultcontains the result of the previous step in a pipeline resolver.- AppSync
Request AppSyncRequestcontains request-related metadata for a resolver invocation, including client-sent headers and optional custom domain name.- AppSync
Resolver Template - Deprecated:
AppSyncResolverTemplatedoes not represent resolver events sent by AppSync. Instead directly model your input schema, or usemap[string]string,json.RawMessage,interface{}, etc..
Enums§
- AppSync
Identity AppSyncIdentityrepresents the identity of the caller as determined by the configured AppSync authorization mechanism (IAM, Cognito, OIDC, or Lambda).