All Posts
Lambda API: v0.10.2 Released
Serverless MySQL: v1.5.0 released
How to switch from RDBMS to DynamoDB in 20 easy steps...
20 "easy" steps to make the leap from RDBMS to DynamoDB. Hopefully this inspires you to use the power of DynamoDB when building your serverless apps.
Serverless MySQL: v1.4.0 Released
Developing Serverless Applications Locally with the "serverless-cloudside-plugin"
Develop serverless apps locally using the "serverless-cloudside-plugin" that supports AWS CloudFormation intrinsic functions to reference remote resources.
Serverless MySQL: v1.3.0 Released
Lambda API: v0.10.1 Released
Throttling Third-Party API calls with AWS Lambda
All third-party APIs have limits, so how do we handle them with serverless applications that have a much higher scale? This post explores the issue and offers a solution.
How To: Use SNS and SQS to Distribute and Throttle Events
SNS distributing events to SQS is a powerful AWS serverless microservice pattern. This post shows how to create subscriptions, add filters, and throttle events.
Lambda API: v0.10 Released
Lambda API v0.10 adds ALB support, new execution stacks for method-based middleware, full support for multi-value headers and query strings, and much more.
Stop Calling Everything Serverless!
"Serverless" isn't just a buzzword, but rather something important to the future of application development. This post explores the term and offers up my thoughts on its meaning.
Serverless MySQL: v1.2.0 Released
Serverless Tip: Don't overpay when waiting on remote API calls
Making remote API calls from your serverless apps? You're probably paying to wait for a response. Learn how to optimize your functions and save money.
re:Capping re:Invent: AWS goes all-in on Serverless
6 days in Vegas at AWS re:Invent made it clear that they're betting big on serverless and innovating at an incredible pace. Here's what you need to know.
Aurora Serverless Data API: An (updated) First Look
AWS announced support for the Aurora Serverless Data API, an HTTP API for querying relational databases from serverless apps. But is it ready for primetime?