Serverless File Uploads using S3 and Lambda

By Dustin Ward

The serverless approach allows your application to use a presigned URL and upload directly to Amazon S3. This offloads all the bandwidth and compute requirements away from your application, and instead relies on the massive…

Serverless Workflows using S3 and Lambda

By Dustin Ward

AWS Step Functions allows to represent complex business logic flows in your application without using custom code. You can trigger Step Functions workflows from S3 events, enabling you to build scalable state machine easily. This…