Cloud Experiments: Building an Automated Cost-Saving Solution for EC2 Instances
The source code for this article can be found here.
Welcome to another cloud experiment! The idea behind these hands-on tutorials is to provide practical experience building cloud-native solutions of different sizes using AWS services and CDK. We’ll focus on developing expertise in Infrastructure as Code, AWS services, and cloud architecture...
Cloud Experiments: Building Flexible API Authorization with Lambda Authorizers
The source code for this article can be found here.
Welcome to another cloud experiment! The idea behind these hands-on tutorials is to provide practical experience building cloud-native solutions of different sizes using AWS services and CDK. We’ll focus on developing expertise in Infrastructure as Code, AWS services, and cloud architecture...
Cloud Experiments Repository Update
Quick announcement.
Until recently, I’ve been adding and sharing the labs in the Cloud Experiments series using the blog’s main code samples repository. There’s a bunch of other interesting stuff there—like the Pandas labs and the code for the deep learning series—so it’s still worth checking out from time to time.
In less than two weeks, I’ll...
Testing Infrastructure Code vs. Getting Constantly Nagged About It
I recently found a nice tool that may make your life easier when writing infrastructure as code using CDK.
I Wanted Tests
I noticed that the cdk init command creates a default test folder, and started reading about how to write effective tests for your IaC.
It’s quite easy actually, and after you get the hang of it, it can be very entertainin...
Cloud Experiments: Building a Nintendo Switch 2 Stock Alert System with AWS CDK
The source code for this article can be found here.
Welcome to another cloud experiment! The idea behind these hands-on tutorials is to provide practical experience building cloud-native solutions of different sizes using AWS services and CDK. We’ll focus on developing expertise in Infrastructure as Code, AWS services, and cloud architecture...
Using the TypeScript Spread Operator to Clean Up CDK Code
I don’t have much experience with TypeScript—actually, I’d never touched the language until recently when I started writing Infrastructure as Code using CDK. Today I learned a useful trick that can help clean up sections of your stack by putting shared configuration in an object and then using the spread operator to merge those settings into the...
Cloud Experiments: Building a Serverless Moderation Workflow
The source code for this article can be found here.
Welcome to another cloud experiment! The idea behind these hands-on tutorials is to provide practical experience building cloud-native solutions of different sizes using AWS services and CDK. We’ll focus on developing expertise in Infrastructure as Code, AWS services, and cloud architecture...
Cloud Experiments: Building a Serverless PDF Processing Pipeline
The source code for this article can be found here.
Welcome to another cloud experiment! The idea behind these hands-on tutorials is to provide practical experience building cloud-native solutions of different sizes using AWS services and CDK. We’ll focus on developing expertise in Infrastructure as Code, AWS services, and cloud architecture...
98 post articles, 13 pages.