Skip to content

Instantly share code, notes, and snippets.

@bboure
Created December 20, 2020 15:58
Show Gist options
  • Save bboure/9ff950772e9880d90e9889996195bfb5 to your computer and use it in GitHub Desktop.
Save bboure/9ff950772e9880d90e9889996195bfb5 to your computer and use it in GitHub Desktop.
appsync-long-cache-demo-wikipedia-request.vtl
{
"version": "2018-05-29",
"method": "GET",
"params": {
"query": {
"action": "query",
"format": "json",
"prop": "extracts",
"exintro": "true",
"titles": "${ctx.args.title}",
"explaintext": "true",
"exsentences": 10
}
},
"resourcePath": "/w/api.php"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment