Skip to content

Instantly share code, notes, and snippets.

@owfm
Last active May 9, 2020 16:46
Show Gist options
  • Save owfm/a7ff00a09f6de0a24992cadcf97e6ed1 to your computer and use it in GitHub Desktop.
Save owfm/a7ff00a09f6de0a24992cadcf97e6ed1 to your computer and use it in GitHub Desktop.
// email.js
'use-strict'
export const congratulations = (event, context) => {
return "Congrats! You got the job!";
};
export const commiserations = (event, context) => {
return "We're sorry, you weren't lucky this time.";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment