AWS Serverless Demo - Resizing S3 Images With AWS Lambda Trigger

W3 Cloud Studio
W3 Cloud Studio
531 بار بازدید - 5 ماه پیش - Images stored using Amazon S3
Images stored using Amazon S3 are often processed into multiple sizes to fit within the design constraints of a website or mobile application. It’s a common approach to use S3 event notifications and AWS Lambda for eager processing of images when a new object is created in a bucket.

I have created a hands on exercise to create image thumbnails on the fry using JIMP and AWS Serverless.

Instead of processing and resizing images into all necessary sizes upon upload, the approach of processing images on the fly has several upsides:

   Increased agility
   Reduced storage costs
   Resilience to failure


You may download the source code used this this demo from below link
https://github.com/abrly/ResizingS3Im...

Have a look at JIMP package documentation below,
https://www.npmjs.com/package/jimp

Watch my below video if you want to configure AWS CLI.
How to configure AWS CLI on Windows  ...

AWS Serverless Demo
S3 Image Resize
Lambda Function Demo
JIMP Image Manipulation
AWS CloudWatch
S3 Event Notification
AWS Tutorials
5 ماه پیش در تاریخ 1402/11/28 منتشر شده است.
531 بـار بازدید شده
... بیشتر