Amazon AppSync · Example Payload

Appsync Update Resolver Request Example

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Update Resolver Request Example is an example object payload from Amazon AppSync, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataSourceNamerequestMappingTemplateresponseMappingTemplatekindpipelineConfig

Example Payload

Raw ↑
{
  "dataSourceName": "MyDynamoDBDataSource",
  "requestMappingTemplate": "{\"version\":\"2018-05-29\",\"operation\":\"GetItem\"}",
  "responseMappingTemplate": "$util.toJson($ctx.result)",
  "kind": "UNIT",
  "pipelineConfig": "example-string"
}