Skip to content

Instantly share code, notes, and snippets.

@adnanrahic
Created May 31, 2018 08:34
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 adnanrahic/1d8af08681bd0d87fabb45cb3408b089 to your computer and use it in GitHub Desktop.
Save adnanrahic/1d8af08681bd0d87fabb45cb3408b089 to your computer and use it in GitHub Desktop.
exports.handler = async (event) => {
// TODO implement
return 'Hello from Lambda';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment