Skip to content

Instantly share code, notes, and snippets.

@kprakobkit
Created February 11, 2019 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kprakobkit/51d16ac64818d0dea9f506b84680d27b to your computer and use it in GitHub Desktop.
Save kprakobkit/51d16ac64818d0dea9f506b84680d27b to your computer and use it in GitHub Desktop.
function fooResponse(request, state) {
return {
statusCode: 200,
body: [
{ "foo": "bar" }
]
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment