A serverless function built with architect that checks for a valid SSL certificate.
npm install @architect/workflows
npm install
export AWS_PROFILE=YOUR_PROFILE
export AWS_REGION=YOUR_AWS_REGION
npx create
npx env production SITE example.site
npx env production SENDEMAIL example@gmail.com
npx env production RECEIVEEMAIL example@example.com
npx env production SENDPASSWORD example
export ARC_DEPLOY=production
Run this to update and install all the node_modules
in src/
: npx hydrate
npx deploy