Skip to content

Instantly share code, notes, and snippets.

@auryn31
Last active September 25, 2019 19:31
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 auryn31/5aa27b7fe692d081a2268a88629e8846 to your computer and use it in GitHub Desktop.
Save auryn31/5aa27b7fe692d081a2268a88629e8846 to your computer and use it in GitHub Desktop.
module.exports.hello = async event => {
return {
statusCode: 200,
body: `Hello ${event.queryStringParameters.hello}!`
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment