Skip to content

Instantly share code, notes, and snippets.

@pbzona
Last active October 2, 2017 22:01
Show Gist options
  • Save pbzona/2a570f14c81df81b8cbe1912f051ea17 to your computer and use it in GitHub Desktop.
Save pbzona/2a570f14c81df81b8cbe1912f051ea17 to your computer and use it in GitHub Desktop.
Callbacks for serverless contact form
callback(null, “this was successful”);
// ...
callback(“this was a failure”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment