joshukraine / ofr-contact

Serverless contact form for OFReport.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OFR Contact Form

This is the serverless contact form used on OFReport.com.

Contact Form

Technologies

Usage

Install Serverless.

$ npm install -g serverless

Login to Serverless.

$ serverless login

Deploy.

$ serverless deploy

If needed, remove the service.

$ serverless remove

Alias

The serverless command is aliased as sls. For example:

$ sls deploy

Acknowledgements

The following blog post was very helpful in building this app.

License

Copyright © 2019 Joshua Steele. MIT License

About

Serverless contact form for OFReport.com

License:MIT License


Languages

Language:JavaScript 100.0%