Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

hubspot-subscription

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hubspot Subscription

A serverless application that registers an email with our Hubspot service.

Prerequisites

Expects that the PORTALID and FORMID environment variable is set. These correspond to the specific Hubsport newsletter form.

Deployment

To deploy, you must have serverless installed.

  $ npm install -g serverless

Then provide the appropriate credentials.

  $ serverless config credentials --provider aws --key <YOUR-ACCESS-KEY> --secret <YOUR-SECRET-KEY>

Once configured, we can deploy.

  $ serverless deploy

Built With