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
In the current implementation lambda function makes copy of original image fromoriginalImageBucketName to transformedImageBucket with /original prefix. Which will increase storage usage and as fact will increase the cost, since original images usually have large size. Is there a way to avoid duplication of original image and supply it directly from original S3 bucket instead?