Serverless Iiif Versions Save

IIIF Image API 2.1 & 3.0 server in an AWS Serverless Application

v5.0.2

5 months ago

What's Changed

  • Update to iiif-processor v4.0.4 to overcome input pixel limit when fetching image dimensions

v5.0.1

5 months ago

What's Changed

  • Fix bug in CloudFront template that was still referring to the now-deprecated CacheBucket
  • Update to sharp v0.33.0 with its new zero-install-script packaging

v5.0.0

8 months ago

What's Changed

  • Add support for IIIF Image API v3.0 alongside v2.1
  • Implement Lambda Function URL streaming responses to allow responses > 6MB without using the CloudFront “Three Card Monte” workaround
  • Refactor SAM deployment templates
    • Deprecate CloudFront wrapper
    • Rename serverless-iiif-standalone to serverless-iiif
    • [BREAKING CHANGE] Replace "" (empty string) with JP2 as default SharpLayer option
  • Create new, more thorough online documentation
    • Automatically generate deployment documentation and examples from the SAM template
  • Add top-tier support for deployment via infrastructure tools such as AWS CloudFormation and Terraform
  • Bug fixes and improvements