Skip to content

Instantly share code, notes, and snippets.

@chadmichel
Created October 23, 2020 21:35
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 chadmichel/856f8b3c42489c727d19df39f9b4ad9a to your computer and use it in GitHub Desktop.
Save chadmichel/856f8b3c42489c727d19df39f9b4ad9a to your computer and use it in GitHub Desktop.
AWS Lambda 2
app.get('/bye', function(req, res) {
res.send({
"Output": "bye"
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment