Panagiotis Katsaroumpas, PhD
Deep Dive - Codiply.com

Deep Dive - Codiply.com

Follow
Follow
homecodiply.com
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

Multi-region multi-account deployments with AWS CDK Pipelines

Oct 25, 20235 min read

This post describes how you can create an AWS CDK project that defines resources in multiple regions and then automatically deploy it in multiple...

Multi-region multi-account  deployments with AWS CDK Pipelines

Create VPC with IPv6 subnets in AWS CDK

Sep 29, 20234 min read

This post describes how you can create a VPC with subnets that support IPv6 with AWS CDK in Python. At the moment of writing, the VPC L2 (layer 2)...

Create VPC with IPv6 subnets in AWS CDK

Cloudformation Resource Creation and Deletion Order

Dec 28, 20224 min read

In this post, I will try to test experimentally and understand the order in which CloudFormation resources are created, updated and deleted. I will...

Cloudformation Resource Creation and Deletion Order

CloudWatch RUM App Monitor with AWS CDK

Jun 5, 20222 min read

CloudWatch RUM allows you to monitor your web application and analyze user sessions in near real-time. In this short post, I will describe how you can...

CloudWatch RUM App Monitor with AWS CDK

Enable DNSSEC signing in Amazon Route 53 using AWS CDK

Apr 30, 20224 min read

DNSSEC (Domain Security Extensions) adds security features to the DNS protocol so that DNS resolvers can verify that the data came from the specific...

Enable DNSSEC signing in Amazon Route 53 using AWS CDK

Zip Archive for key prefix with S3 Object Lambda

Oct 23, 20213 min read

S3 Object Lambda allows you to run code when an object is requested from S3. You can return a transformed version of the actual file stored in the S3...

Zip Archive for key prefix with S3 Object Lambda