Skip to content

Instantly share code, notes, and snippets.

@rotemtam
Last active March 7, 2017 19:30
Show Gist options
  • Save rotemtam/8e3479eb6489c151cb79b9463d6d7f4c to your computer and use it in GitHub Desktop.
Save rotemtam/8e3479eb6489c151cb79b9463d6d7f4c to your computer and use it in GitHub Desktop.
Extending apex JSON files for API Gateway
{
"description": "search for github repos",
"x-api-gateway": {
"method": "post",
"path": "/repos/{id}",
"parameters":[
{
// configuration of input params. Skipped for brevity
// check out a real example: https://github.com/rotemtam/serverless-ci-example/blob/master/src/functions/getRepositories/function.json
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment