You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@schickling one question: what happens under the hood if the processing is finished? Is the image persisted with a new path on S3 internally? Are the S3 sources delivered through a CDN?
To contribute to this package I would ne a guidance how to setup the project locally. Haven't used serverless for long time.
At the moment, the images are just kept in memory and are returned as a base64 encoded string which API Gateway returns as a binary resource.
You can setup the project locally like described here. Unfortunately serverless-offline doesn't support binary return types yet, so you cannot easily test it locally at the moment.
Hi
it would be great if this lambda function would also provide image optimization via
pngquant
andjpegoptim
.Mabe its possible to use similar approach like this package: https://github.com/ysugimoto/aws-lambda-image
Thanks
The text was updated successfully, but these errors were encountered: