https://github.com/ksclarke/jiiify-lambda
An AWS Lambda IIIF tiler
https://github.com/ksclarke/jiiify-lambda
aws-lambda-java iiif
Last synced: about 1 month ago
JSON representation
An AWS Lambda IIIF tiler
- Host: GitHub
- URL: https://github.com/ksclarke/jiiify-lambda
- Owner: ksclarke
- Created: 2018-02-25T23:39:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T04:36:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T03:31:41.326Z (3 months ago)
- Topics: aws-lambda-java, iiif
- Language: Java
- Size: 287 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jiiify-Lambda
A project to run IIIF tile generation (and create the image info file and an OpenSeadragon page) from a series of microservices on AWS Lambda.
This is a rewrite of [Jiiify-Lambda-Tiler](https://github.com/ksclarke/jiiify-lambda-tiler). The earlier project worked for images under 120 MB, but some of the images in our project are much larger than
that. As a result, we needed to go back to the drawing board and split up the previous Lambda function into several smaller functions. This work is ongoing (i.e., it's not yet ready for prime time).A simple diagram of the new workflow is available at [https://gitpitch.com/ksclarke/presentations/ucdlf-2018#/15](https://gitpitch.com/ksclarke/presentations/ucdlf-2018#/15).
Within this Maven project, the individual Lambda functions are each their own Maven submodule. Currently, the project can be built as a whole but each function must be deployed individually. The
intention is to have a Terraform build that will put all the pieces into place.### Contact
If you have questions about this project, feel free to contact me: Kevin S. Clarke ([email protected]).