Amazon AppSync · Example Payload

Appsync Evaluate Mapping Template Request Example

Amazon AppSyncGraphQLAPI ManagementServerless

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

Top-level fields

templatecontext

Example Payload

Raw ↑
{
  "template": "{\"version\":\"2018-05-29\",\"operation\":\"GetItem\"}",
  "context": "{\"arguments\":{\"id\":\"123\"}}"
}