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.
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.
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.