This is the serverless contact form used on OFReport.com.
Install Serverless.
$ npm install -g serverlessLogin to Serverless.
$ serverless loginDeploy.
$ serverless deployIf needed, remove the service.
$ serverless removeThe serverless command is aliased as sls. For example:
$ sls deployThe following blog post was very helpful in building this app.
Copyright © 2019 Joshua Steele. MIT License
