Location via proxy:   
[Report a bug]   [Manage cookies]                

Pedram Hamidehkhan

Pedram Hamidehkhan's Personal Blog

Wing It: Cloud CRUD with Winglang

Feb 24, 2025

When it comes to infrastructure as code, tools like Terraform, AWS CDK, and Pulumi immediately come to mind. Although these tools include testing capabilities, they often lack a fully integrated...

Democratizing infrastructure as code with CDKTF and Terraform

Oct 24, 2022

We all know that infrastructure as code (IaC) is a wildy adopted pattern to provision infrastrcuture and manage infrastructure. Some good examples are Terraform, AWS Cloud Formation and Azure ARM...

Solving the Cold Start Challenge for Lambda Function Using Terraform Cloud

Jun 8, 2022

In this post we are going to properly address the cold starts for Lambda Functions. In a later post we will create a private module which facilitates consumption of this...

Collaborative Infrastructure as Code on AWS - Terraform Registry

May 17, 2022

I’d like to start this post with a great quote from The DevOps Handbook which says: “When new learnings are discovered locally, there must also be some mechanism to enable...

Basic serverless CRUD Application with CDK for Terraform

Apr 1, 2022

In this post, we will build a basic serverless CRUD application on AWS using CDK for Terraform. In a previous post we created a simple hello world applicaiton, but in...

Building a Sample Lambda Function and API Gateway with CDK for Terraform

Feb 4, 2022

In this post, you learn how to use CDK for Terraform to build a sample serverless application on AWS. We are going to use AWS lambda and API Gateway to...

create Static Website on AWS using Terraform

Jan 19, 2022

In this post, you learn how to use Terraform to create a static website on AWS. This example is suitable for scenarios where you have a frontend team working on...

Easiest way to create a serverless backend in AWS using UI

Jan 12, 2022

I’ve recently discovered a new way to create serverless backend in AWS using the GUI. Of course, creating lambda functions and dynamodb tables through the UI isn’t really difficult. The...

Monitoring as Code with CDK - A Pragmatic Approach

Dec 10, 2021

In this post we are going to take a pragmatic approach on monitoring as code with CDK. As you might already know, you can visually design dashboards in AWS console....

A Pragmatic Way of Developing Workflows with Step Function and AWS CDK

Dec 1, 2021

In this post we are going to take a pragmatic approach on how to develop workflows with step function and AWS CDK. In previous posts (and also many examples on...

Building on AWS Using Github Copilot and AWS CDK

Nov 8, 2021

In this post we are going to have a look at Github’s Copilot and how we can leverage it spin up some resources using AWS CDK. Copilot is still in...

AWS Fargate with CDK

Oct 5, 2021

In this post, you learn how to use AWS CDK to deploy containers in AWS Fargate. AWS Fargate is a service in AWS which enables us to deploy Docker container...

Azure 303 Exam Tips

Sep 29, 2021

I’ve recently taken the Azure 303 Exam and would like to share my experience, hoping it migth well someone. I am going to start with the organizational stuff, then some...

Spinning up EC2 Instances on AWS Using CDK for Terraform

Sep 24, 2021

In this post, you learn how to use CDK for Terraform to spin up Virtual Machines in AWS. We have already done a similar tutorial using AWS CDK, but this...

Creating App Service Plans in Azure using CDK for Terraform

Sep 15, 2021

In this post, you learn how to use CDK for Terraform to create App Service Plans in Azure. If you are familiar with AWS, App Service Plan is very similar...

Using CDK for Terraform to spin up Azure VMs

Sep 9, 2021

In this post, you learn how to use CDK for Terraform to spin up Virtual Machines in Azure. This tutorial might incure costs in your account, so don’t forget to...

Using SQS with Lambda and Dynamodb

Sep 1, 2021

In this post, you learn how to use AWS CDK to create a backend system which persists data to a database using SQS and Dynamodb and Lambda. Although this tutorial...

How to spin windows EC2 instances with CDK on AWS

Aug 24, 2021

In this post, you learn how to use AWS CDK to spin up windows EC2 instances in AWS. EC2 is the Virtual Machine (Iaas) offering from AWS and today celebrates...

Running Cron Job on AWS with CDK

Aug 18, 2021

In this post, you learn how to use AWS CDK to create a cron job in AWS. A cron job is essentially a task which resources periodically, e.g. every minute,...

Create a Cognito backed Rest API with CDK

Aug 11, 2021

In this post, you learn how to use AWS CDK to create a REST API which is secured with AWS Cognito in AWS. The components used for this application are,...

AWS Step Functions with CDK

Aug 4, 2021

In this post, you learn how to use AWS CDK to create a basic yet powerful workflow in AWS. You can use this workflow to implement very complex applications in...

BASIC AWS CDK Backend API

Jul 14, 2021

In this post, you learn how to use AWS CDK to create a basic yet powerful backend in AWS. The components used for this application are, AWS API Gateway which...

This project is maintained by pedramha

  • Star