The AWS Fallback Generator extends JThumbnail’s capabilities by delegating thumbnail generation for unsupported file formats to an AWS Lambda function, when enabled by the user. This ensures robust thumbnail support for cloud storage platforms like AWS S3, handling diverse files without expanding the core library.
Workflow: If the file’s MIME type lacks a thumbnailer, invoke the AWS Lambda with the file’s S3 URI.
Using an Amazon S3 trigger to create thumbnail images:
https://docs.aws.amazon.com/lambda/latest/dg/with-s3-tutorial.html
The AWS Fallback Generator extends JThumbnail’s capabilities by delegating thumbnail generation for unsupported file formats to an AWS Lambda function, when enabled by the user. This ensures robust thumbnail support for cloud storage platforms like AWS S3, handling diverse files without expanding the core library.
Workflow: If the file’s MIME type lacks a thumbnailer, invoke the AWS Lambda with the file’s S3 URI.
Using an Amazon S3 trigger to create thumbnail images:
https://docs.aws.amazon.com/lambda/latest/dg/with-s3-tutorial.html