All Posts

Lambda API: v0.9.1 Released

Lambda API v0.9.1 has been released to include the index.d.ts TypeScript declarations file in the NPM package (thanks again, @hassankhan).

Lambda API: v0.9 Released

v0.9 adds new features to give developers better control over error handling and serialization. Plus TypeScript support and additional API Gateway inputs.

Takeaways from ServerlessNYC 2018

ServerlessNYC featured a diverse set of speakers talking about all things serverless. In this post I summarize the key takeaways and lessons learned.

Lambda API: v0.8.1 Released

Lambda API v0.8.1 has been released to patch an issue with middleware responses and a path prefixing options bug. The release is immediately available via NPM.

Serverless MySQL: v1.1.0 Released

Serverless MySQL v1.1.0 adds additional transaction support capabilities to allow users to retrieve interim query results for use with future queries.

Managing MySQL at Serverless Scale

MySQL typically doesn't scale well with serverless functions. Serverless MySQL solves this problem by managing connections, killing zombies, and much more.

Jeremy goes to AWS re:Invent 2018

It's official! I'm going to AWS re:Invent 2018. Follow along with me as I take on Las Vegas and learn everything I can about serverless and new AWS tech!

Serverless Microservice Patterns for AWS

Serverless microservices allow us to do some pretty amazing things. This post outlines 19 common patterns that are being used in production on AWS.

Lambda API: v0.8 Released

New features include logging & sampling support, multiple handlers in middleware, cache control & signing S3 URLs, and main handler async/await support.

A Tale of Two Teams

An epic tale about two dev teams that take vastly different approaches (serverless vs non-serverless) to building an new application.