Weekly update 31

Yan Cui

I help clients go faster for less using serverless technologies.

Hi, welcome to another weekly update :-)

New posts

Getting the most out of CloudWatch Logs. In this post, I took a deep dive into the CloudWatch Logs service, looking at how it works, its features (including metric filters and CloudWatch Logs Insights) as well as limitations.

How to do blue-green deployment for Step Functions. In this post, I explained the challenges with making changes to your state machine while there are running executions. I offered a solution (and a demo) which relies on referencing specific version/alias instead of the default Lambda function ARN. This allows you to make changes to the state machine without breaking existing executions.

How to make Serverless framework boilerplates customizable. In this post, I illustrated two solutions for when you need to customize some boilerplate configuration for your serverless.yml – using Yaml anchors and using ES6 Proxy class for a js file.

Serverless Step Functions: no more leaky abstractions. I announced a small but significant change to the serverless-step-functions plugin, to allow you to reference local functions (those defined in the same serverless.yml) using their local name (e.g. hello-world) rather than the generated CloudFormation name (e.g. HelloDashworldLambdaFunction)


 

Whenever you’re ready, here are 4 ways I can help you:

  1. If you want a one-stop shop to help you quickly level up your serverless skills, you should check out my Production-Ready Serverless workshop. Over 20 AWS Heroes & Community Builders have passed through this workshop, plus 1000+ students from the likes of AWS, LEGO, Booking, HBO and Siemens.
  2. If you want to learn how to test serverless applications without all the pain and hassle, you should check out my latest course, Testing Serverless Architectures.
  3. If you’re a manager or founder and want to help your team move faster and build better software, then check out my consulting services.
  4. If you just want to hang out, talk serverless, or ask for help, then you should join my FREE Community.