Last active
March 7, 2017 19:30
-
-
Save rotemtam/8e3479eb6489c151cb79b9463d6d7f4c to your computer and use it in GitHub Desktop.
Extending apex JSON files for API Gateway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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