All Posts
Lambda API: v0.9.2 Released
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.
What 15 Minute Lambda Functions Tells Us About the Future of Serverless
AWS recently announced 15 minute Lambda functions along with their new "Applications" menu. Read why these are important to the future of serverless.
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.
An Introduction to Serverless Microservices
Microservices can be a bit confusing. This post outlines a few principles of microservices and explores how we might implement them using serverless.
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.
Serverless Security: Locking Down Your Apps with FunctionShield
The benefits of 3rd-party dependencies also come with a number of security risks. Let's see how FunctionShield can supercharge our serverless security.
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.
Aurora Serverless: The Good, the Bad and the Scalable
Take a deep dive into the pros and cons of Amazon's new Aurora Serverless service and find out if it's right for you and your company's needs and budget.
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.