All Posts

Uploading user files to S3 without passing through Lambdas

Uclusion’s back end is built entirely on AWS Lambda, which means we don’t have big beefy servers waiting around to service file upload requests. This presents a few challenges,

Ben Follis Ben Follis

Example production Serverless files

Update: Well turns out the new provisioned concurrency feature is mostly unusable. The hidden cost of Lambda provisioned concurrency pricing explains why but unfortunately the cost is not at all...

David Israel David Israel

Multiple tabs in your app

We had some problems with multiple tabs that are pretty common: Writing to storage could collide or not get picked up Logout in one tab would not be noticed in...

David Israel David Israel