Takes advantage of a serverless architecture provided by AWS Lambda. When an image file is uploaded to the given S3 bucket, a lambda function gets triggered. It executes Python code that loads the file from the S3 bucket, creates a thumbnail using PIL library and saves the result back to the S3 bucket.
Prerequisity: AWS Account
npm install -g serverless
sls deploy -v
👤 Jiri Hubacek
- Twitter: @hubacekjirka
- Github: @hubacekjirka
- kefranabg: Readme generator
- Stephane Maarek Udemy Course
- Mark Needham: Serverless and Python
Give a ⭐️ if this project helped you!
Copyright © 2019 Jiri Hubacek.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator