All Posts
The Scalable Webhook
The Strangler Pattern
Takeaways from Programming AWS Lambda by Mike Roberts and John Chapin
I spoke with Mike Roberts about his new book, Programming AWS Lambda, and we discussed a number of fundementals for building serverless applicatons.
Making the Case for Serverless Use Cases
Newcomers to the space often don’t realize just how many use cases there are for serverless. This post makes the case for nine of them.
12 Important Lessons from The DynamoDB Book
I spoke with Alex DeBrie about his new DynamoDB Book, and we discussed twelve important lessons for anyone working with DynamoDB modeling.
Takeaways from the State of Serverless Report
I recently discussed the methodology, findings, and key takeaways of The State of Serverless Report by Datadog with Stephen Pinkerton and Darcy Rayner.
Serverless MySQL: v1.5.4 released
Verifying self-signed JSON Web Tokens (JWTs) with AWS HTTP APIs
Hosting your own serverless OIDC Conformant "server" to verify self-signed JSON Web Tokens with HTTP APIs is actually quite simple. This post will show you how.
Lambda API: v0.10.5 Released
Serverless MySQL: v1.5.3 released
Serverless MySQL: v1.5.2 released
Data API Client: v1.0.1 Released
Takeaways from AWS re:Invent 2019's Amazon DynamoDB Deep Dive: Advanced Design Patterns (DAT403)
Rick Houlihan delivered another mind-bending edition of his Advanced Design Patterns for DynamoDB talk at re:Invent this year. Here are my 12 key takeaways.
Lambda API: v0.10.3 Released
The Dynamic Composer (an AWS serverless pattern)
A serverless microservice pattern for dynamically composing AWS Lambda functions with similar guarantees as Step Functions.