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…