2 रिपॉजिटरी
Running image processing workloads on demand with global deployment, scaling to zero when idle.
Distinct from Serverless Image Renderers: No candidate covers serverless image transformation; candidates focus on container image building or rendering, not on-demand processing.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Serverless Image Processing. Refine with filters or upvote what's useful.
Imaginary is a self-hosted HTTP server for image processing that applies transformations like resizing, cropping, rotating, and format conversion through URL parameters. It operates as a stateless request-response pipeline, processing images fetched from remote URLs or served from a local directory without requiring client-side dependencies. The server distinguishes itself through its security and access control capabilities, offering optional API key validation, HMAC-signed URL verification, and remote origin whitelisting to restrict which image sources are permitted. It also provides a heal
Describes running image processing workloads on demand with global deployment and scaling to zero.
opennextjs-aws is a serverless infrastructure adapter and deployment tool that transforms Next.js build artifacts into compatible packages for hosting on AWS Lambda and S3. It functions as a deployment adapter that maps framework-specific outputs to serverless functions and object storage. The project distinguishes itself by implementing serverless-specific optimizations, including a cache manager that synchronizes incremental static regeneration and fetch caches via S3 or DynamoDB. It features a cold start optimizer that uses bundle minification and scheduled function warming to reduce laten
An image processing system that fetches source files from S3 and delivers optimized assets via CDN.