Can i use Lambdas (JavaScript) to compress/modify image files directly in my function stack instead of using third party library or API?
Why?
Using thirdparty image manipulation is slow and adds alot of time to my API call
Can i use Lambdas (JavaScript) to compress/modify image files directly in my function stack instead of using third party library or API?
Why?
Using thirdparty image manipulation is slow and adds alot of time to my API call