Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 4, 2017 21:03
Show Gist options
  • Save pbzona/3790e47c802759c81f0808f7d60406f2 to your computer and use it in GitHub Desktop.
Save pbzona/3790e47c802759c81f0808f7d60406f2 to your computer and use it in GitHub Desktop.
Implement your first microservice - create a request object
var lambdaRequest = new Request(endpoint, {
method: 'POST',
mode: 'no-cors',
body: JSON.stringify(body)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment