Amazon AppSync · Example Payload

Appsync Lambda Authorizer Config Example

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Lambda Authorizer Config 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

authorizerUriauthorizerResultTtlInSecondsidentityValidationExpression

Example Payload

Raw ↑
{
  "authorizerUri": "arn:aws:lambda:us-east-1:123456789012:function:MyAuthFunction",
  "authorizerResultTtlInSeconds": 300,
  "identityValidationExpression": "^Bearer "
}