National Voting Registration Imaging Service
- Set up Serverless framework. https://serverless.com/framework/docs/providers/aws/guide/quick-start/
- Verify that your ~/.aws/credentials profile is named "nvris-dev" for your AWS IAM creds.
- From within project folder run
sls deploy --stage dev
(replace stage name as necessary)
curl -XPOST -H 'Content-Type: application/json' --data @exampleFlexPayload.json the-nvris-url/vr/en
Ensure you are using the latest freetype and imagemagick.
brew update
brew upgrade freetype
brew upgrade imagemagick