catdad-experiments / catdad-experiments/heic-convert
5MB image take time almost 20 sec in AWS Lambda function
Open
question
- Dominant language
- JavaScript
- Stars
- 320
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to convert heic image into jpeg.
1 => take image from s3 bucket.
2 => convert image ( quality => 0.35)
3 => save converted image on s3 bucket.
it takes almost 20+ sec for the whole process.
is there any way to reduce this time?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.