This only needs to be run once for the `stg` environment. Prd (not yet created: tbd) will be assuming some other certificate arn will be used.
`npx serverless create-cert`
You'll have to grab the arn of the certificate from the log output or go into the console to get it, looks like the plugin doesn't work any more. Set CLOUDFRONT_CERTIFICATE_ARN in sit to that value.
## How To Deploy
`sls deploy --aws-profile <<your profile name from ~/.aws/credentials>> --stage stg --verbose`
* Note: if sls doesn't work for you, try running this command inside /infrastructure:
`./node_modules/.bin/serverless deploy --aws-profile <<your profile name from ~/.aws/credentials>> --stage stg --verbose`
# Warning! This section on is currently unimplemented, partially incorrect, and untested.