Homepage
Open in app
Sign in
Get started
theburningmonk
Exercises in Programming Style
From F# to Scala
Project Euler
Advent of Code
Follow
You are thinking about serverless costs all wrong
You are thinking about serverless costs all wrong
The Register published an article right before Christmas 2018. It had a somewhat provocative title, and somehow it ended up in my inbox…
Yan Cui
Jan 10, 2019
All my posts on Serverless
All my posts on Serverless
Tips for writing Lambda functions
Yan Cui
Oct 8, 2017
We can do better than percentile latencies
We can do better than percentile latencies
Years ago, I used average latency on every dashboard and every alarm. That is, until I woke up to the problems of average latencies…
Yan Cui
Oct 3, 2018
Latest Posts
How to implement Durable Execution for Lambda (without frameworks)
How to implement Durable Execution for Lambda (without frameworks)
“Durable Execution” means a system can execute workflows reliably and remember progress even when failures occur. It typically involves:
Yan Cui
Mar 11
How we built an AI code reviewer with serverless and Bedrock
How we built an AI code reviewer with serverless and Bedrock
I recently helped a client launch an AI code reviewer called Evolua [1]. Evolua is built entirely with serverless technologies and…
Yan Cui
Jan 28
EventBridge best practice: why you should wrap events in event envelopes
EventBridge best practice: why you should wrap events in event enve...
When it comes to building event-driven architectures on AWS, EventBridge has become the de facto service for ingesting, filtering…
Yan Cui
Nov 6, 2024
Fine-grained access control in API Gateway with Cognito access token and scopes
Fine-grained access control in API Gateway with Cognito access toke...
In security and access control, authentication and authorization are two distinct yet interconnected concepts.
Yan Cui
Sep 14, 2024
Is it safe to use ID tokens with Cognito authorizers?
Is it safe to use ID tokens with Cognito authorizers?
A common narrative is that one should always use access tokens to call your APIs, while ID tokens are strictly for identifying users.
Yan Cui
Sep 2, 2024
Fine-grained access control in API Gateway with Cognito groups & Lambda authorizer
Fine-grained access control in API Gateway with Cognito groups & La...
In security and access control, authentication and authorization mean two distinct but related things.
Yan Cui
Aug 29, 2024
What’s the best way to do fan-out/fan-in serverlessly in 2024?
What’s the best way to do fan-out/fan-in serverlessly in 2024?
Back in 2018, I shared [1] several ways to implement fan-out/fan-in with Lambda. A lot has changed since, so let’s explore the solution…
Yan Cui
Aug 4, 2024
About theburningmonk.com
Latest Stories
Archive
About Medium
Terms
Privacy
Teams