Appsync

Using API key auth

Add the following header to e.g. Graphql Playground:

{
  "x-api-key": "[DASHBOARD GENERATED API KEY]"
}

Last updated