Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 619 Bytes

serverless-iiif

Forked from nulib/serverless-iiif.

Initial Setup

brew install aws-sam-cli
asdf install
yarn install

Deployment

  • Set up a figgy-deploy AWS profile. You can get the AccessID/AccessKey from lpass show --all Shared-ITIMS-Passwords/Figgy/FiggyAWS
  • Configure the profile via aws configure --profile figgy-deploy
    • Set default region to us-east-1
    • Set default output format to json
  • sam build --use-container
  • ./deploy.sh staging will deploy the stack to staging.
  • ./deploy.sh production will deploy the stack to staging.