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