serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

Add example for AWS thumbnail tutorial #676

Closed ghost closed 2 years ago

ghost commented 2 years ago

This is a serverless example for creating a lambda function which, triggered by upload to a source S3 bucket, resizes images to thumbnails and uploads to a thumbnail bucket. The serverless example here is loosely adapted from the tutorial Using an Amazon S3 trigger to create thumbnail images.

mnapoli commented 2 years ago

Hi, thanks for contributing!

It seems like a specific example, it might be better added as a link in the list of "Community examples" (https://github.com/serverless/examples#community-examples)?

ghost commented 2 years ago

Will do!