Skip to content

IIIF Image API 2.1 server in an AWS Serverless Application

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

pulibrary/serverless-iiif

 
 

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.

About

IIIF Image API 2.1 server in an AWS Serverless Application

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.6%
  • Shell 3.4%