Last active
November 4, 2017 20:37
-
-
Save pbzona/583483283f030fbab3b2b5edb3cf5e1d to your computer and use it in GitHub Desktop.
Implement your first microservice - event listener
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
document.getElementById('serverless-contact-form').addEventListener('submit', sendDataToLambda); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment