glenrobson / iiif-tiler

Java based static IIIF tile generator
Apache License 2.0
21 stars 0 forks source link

Running on AWS S3 #35

Closed CleanLake412 closed 5 months ago

CleanLake412 commented 1 year ago

Hi

I have been using iiif-tiler on Linux server. Thank you !

But I gonna to move this process to AWS in order to process multiple images simultaneously.

Do you have any idea to run this as AWS Lambda or serverless application ?

I am looking forward to get good idea or alternative solution.

Sincerely.

glenrobson commented 1 year ago

Hi, I'm glad you are finding the iiif-tiler useful. I haven't run it as an AWS lambda service but it looks like there is some documentation available at: https://docs.aws.amazon.com/lambda/latest/dg/lambda-java.html for running Java programs using AWS lambda. I'd be interested to hear how you get on.