|
|
|
AWS Lambda Golang: Image manipulation on lambda using Golang
|
|
2 points
by pkrawat1
2453 days ago
|
|
Hi there, fellow golang folks. I’m working on a project that requires some image transformation on the fly using aws lambda with s3. Till now I was only able to find some good blogs on writing golang code to do image conversion and transformations, yet I could not find any dedicated golang library that can be deployed straight to AWS lambda with some config. Of which I got up with a thought of creating one myself for the community. The focus of the library would be to give maximum possible implementation that a dedicated CDN like cloudinary does. Yet CDN thing will be the next milestone. So just wanted to know before jumping into this. If this thing is really a requirement at all. |
|
Also, I would suggest don't keep it platform(Lambda) specific. With the rise of other platforms like Azure and GCP devs would want to deploy this on other platforms as well. Thoughts?