Panagiotis Katsaroumpas, PhD
Deep Dive - Codiply.com

Deep Dive - Codiply.com

Follow
homecodiply.com

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

Amazon Neptune Jupyter Notebooks with persistence via EFS

Sep 19, 20216 min read

Neptune Notebooks allow you to easily populate and query your Amazon Neptune graph database in an interactive way using Jupyter notebooks. This post...

Amazon Neptune Jupyter Notebooks with persistence via EFS

Spark Job on Serverless Kubernetes Cluster with Fargate

Aug 11, 20216 min read

This posts describes how to run Spark applications on a serverless Amazon EKS (Elastic Kubernetes Service) cluster with AWS Fargate. It might be...

Spark Job on Serverless Kubernetes Cluster with Fargate