Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 20, 2022 02:32
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 richardgrantserverless/5613068b2523c195a29e3c038a6a769b to your computer and use it in GitHub Desktop.
Save richardgrantserverless/5613068b2523c195a29e3c038a6a769b to your computer and use it in GitHub Desktop.
exports.handler = async (event) => {
return {
statusCode: 200,
body: 'Hello world!',
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment