I could use provisioned concurrency, but then I would need to pay a fixed monthly fee, no thank you.
06.10.2025 14:15 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0@rehanvdm.bsky.social
DevOps @resend.com AWS Hero | Blogger | Speaker | Serverless and coffee junkie Just a developer for fun
I could use provisioned concurrency, but then I would need to pay a fixed monthly fee, no thank you.
06.10.2025 14:15 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I have this Tailscalse Lambda Proxy (github.com/rehanvdm/tai...) that needs to be warm.
When Alexa does the OAuth call (for my Home Assistant integration) it has to complete in less than 4.5 seconds and the proxy cold start + first connection to tailscale takes between 5-10+ seconds.
Did you catch Zeno's (Resend CEO) presentation at Supabase Select? Fun fact, he created Dracula while in the hospital ๐
www.youtube.com/live/GbBGYNN...
It's 2025, and I'm creating a "lambda warmer" function, ugh..
06.10.2025 06:43 โ ๐ 2 ๐ 0 ๐ฌ 2 ๐ 0...
๐ Filter out noisy resources or properties for cleaner diffs
๐ Multiple assembly support (environment-aware)
๐ค Fully compatible with CDK Express Pipeline -> github.com/rehanvdm/cdk...
๐ Itโs here: Visualize your CDK Diffs directly on your PRs! Powered by the new CDK Express Pipeline GitHub Diff Action -> github.com/rehanvdm/cdk...
Key features:
โก Run diffs in parallel to save time
๐ Collect outputs from multiple stacks and add them neatly to your PR description
...
What is stopping you from having CDK Diffs on Pull Requests like this?
20.08.2025 07:37 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Did you know your Lambdas can be throttled even though they are under the account concurrency? This happens if the sum of their requests per second exceeds 10x the account concurrency.
07.08.2025 05:51 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Always inspiring to see so much curiosity and energy from the next generation of builders!
01.08.2025 06:46 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Earlier this week, I had the great opportunity to speak with students at Tshwane University of Technology (TUT) about AWS Cloud and the Serverless mindset.
We explored real-world use cases, career paths in cloud, and how Serverless is changing the way we build applications.
The CDK Express Pipeline GitHub README was getting out of hand, so I've created a documentation website to organize it better!
Is it perfect? No, but done is better than perfect.
rehanvdm.github.io/cdk-express-...
TIL that when GitHub does a rebase, commits will have different hashes ๐คฆ
Not great when you are promoting assets from lower branches/envs and make use of the commit hash.
docs.github.com/en/repositor...
๐ Have you seen last week's CDK Express Pipeline changelog? Here's what's new:
โจ Deployment order now visualized with a Mermaid diagram
โจ New option to deploy stages sequentially
โจ Individual stack deployment order now displayed in [brackets]
๐ Check it out: github.com/rehanvdm/cdk...
#AWS #CDK
Is there something that you have seen or using that is useful?
19.06.2025 11:07 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0โญ๏ธ aws-cdk-starterkit โ A ready-to-go TypeScript CDK starter kit with GitHub Actions for deployment in under 5 minutes github.com/towardsthecl...
โญ๏ธ cdk-diff-action โ GitHub Action to run cdk diff on your PRs to track infrastructure changes github.com/corymhall/cd...
โญ๏ธ cdk-serverless โ Toolkit simplifying serverless app development with patterns and live Lambda updates github.com/open-constru...
โญ๏ธ cdk-express-pipeline โ CDK-native, build-system-agnostic pipeline library, faster and simpler than CDK Pipelines github.com/rehanvdm/cdk...
โญ๏ธ type-safe-cdk-env โ Ensures type-safe and reliable environment variable management in CDK apps github.com/IamFlowZ/typ...
โญ๏ธ @matthewbonig/secret โ Construct to create Secrets Manager secrets without unexpectedly recreating them constructs.dev/packages/@ma...
โญ๏ธ iam-floyd โ Fluent-interface generator for AWS IAM policy statements, covering all services/actions/conditions github.com/udondan/iam-...
โญ๏ธ deploy-time-build โ CDK construct enabling build jobs (frontend, container, SOCI index) at deployment time github.com/tmokmss/depl...
Have you seen these open source CDK gems (no particular order)?
โญ๏ธ cdk-sops-secrets โ CDK construct to sync SOPS-encrypted secrets into AWS Secrets Manager github.com/dbsystel/cdk...
Two new features for CDK Express Pipeline.
1. Deploy Stages Sequentially within a Wave
2. The order of operation now indicates what stack will be deployed based on your stack selector (the command in the second screenshot targeted was: `cdk deploy 'Wave2_*'`)
github.com/rehanvdm/cdk...
Key benefits:
โข Up to 2x faster deployments
โข Works with any CI/CD system, not just CodePipeline
โข Can be used locally
โข No need for long-lived secrets (uses OIDC)
โข More flexible stack management
Complete with benchmarks, code examples, and comparison of deployment approaches. Check it out!
New blog post ๐
If you're using AWS CDK Pipelines but struggling with its complexity and slow performance, I've written a detailed guide on migrating to CDK Express Pipeline.
rehanvdm.com/blog/migrate...
#AWS #CDK #DevOps
Finding a bad behaving SQL query is like a murder mystery and who doesn't love that
03.06.2025 14:23 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0โจ Features:
โ
Works on any system, your local machine, GitHub Actions, GitLab, etc.
โก๏ธ Fast: deploy stacks in parallel
๐ฆ Stages and Waves are plain classes, not Constructs, so they donโt mess with nested Construct IDs (unlike CDK Pipelines)
๐งโ๐ป Supports TS and Python CDK
๐ง How does it work?
The CDK Express Pipeline leverages the CDK CLI to compute and deploy the correct dependency graph between Waves, Stages, and Stacks using the `.addDependency` method, making it build-system agnostic.
๐The AWS CDK Express Pipeline library helps you create simple and fast deployment pipelines using the AWS CDK.
This new tutorial shows you how to set up and manage deployments with cdk-express-pipeline on GitHub.
rehanvdm.com/blog/cdk-exp...
FEATURE REQUEST - I actually want something AI
`@slack what have I been up to last week and what still needs attention`
Thanks for having me @Lockhead, it was fun! Here is the direct link to the repo: github.com/rehanvdm/cdk...
10.02.2025 14:23 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Check it out, this time I am in front of the camera not behind it ๐ talking about CDK Express Pipelines an alternative to CDK Pipelines. Spoiler alert Express is faster, less opinionated and runs anywhere, even locally!
10.02.2025 14:23 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0