Last active
October 2, 2017 22:01
-
-
Save pbzona/2a570f14c81df81b8cbe1912f051ea17 to your computer and use it in GitHub Desktop.
Callbacks for serverless contact form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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