This repo contains code to deploy an AWS infrastructure managed through CDK framework as well as lambda functions (node16 + go1.x) aimed to do image conversion.
From heic to:
- JPG
- PNG
From any to any of these formats:
- JPEG
- PNG
- GIF
- TIF
- BMP
TODO
This project lacks lots of stuff, you can find more on what would be nice additions in backlog.md file
Some format conversions are very slow and will timeout:
- JPEG to PNG
- JPEG to GIF
- probably others