Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 511 Bytes

File metadata and controls

11 lines (7 loc) · 511 Bytes

lambda_icon-generator

AWS Lambda event-driven script to resize a image (icon auto generator)

Here is a simple script using 'Pillow' that recive a event-driven call from Amazon 'S3' by PUT method and process into other(s) images like a automatic icon generator


in order to use this you have to integrate the library PIL/Pillow, but not from 'pip install ...'

You need to use the Pillow from this repository. Here is why: Lambda-packages