Amazon AppSync · Example Payload

Appsync Additional Authentication Provider Example

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Additional Authentication Provider Example is an example object payload from Amazon AppSync, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

authenticationTypelambdaAuthorizerConfiguserPoolConfig

Example Payload

Raw ↑
{
  "authenticationType": "AWS_IAM",
  "lambdaAuthorizerConfig": "example-string",
  "userPoolConfig": "example-string"
}