Publications
2023
AWS CDK Python - Build & Deploy Docker Image with AWS CodePipeline
↗
↖
AWS Cloud Development Kit (CDK) Python example demonstrates how to configure AWS CodePipeline with CodeCommit, CodeBuild, and CodeDeploy to build and deploy a Docker image to an Elastic Container Service (ECS) cluster running AWS Fargate (serverless compute for containers).
AWS CDK TypeScript - Build & Deploy Docker Image with AWS CodePipeline
↗
↖
AWS Cloud Development Kit (CDK) TypeScript example demonstrates how to configure AWS CodePipeline with CodeCommit, CodeBuild, and CodeDeploy to build and deploy a Docker image to an Elastic Container Service (ECS) cluster running AWS Fargate (serverless compute for containers).
AWS CDK Go - Build & Deploy Docker Image with AWS CodePipeline
↗
↖
AWS Cloud Development Kit (CDK) Go example demonstrates how to configure AWS CodePipeline with CodeCommit, CodeBuild, and CodeDeploy to build and deploy a Docker image to an Elastic Container Service (ECS) cluster running AWS Fargate (serverless compute for containers).
AWS CDK Go - Static Site with S3, CloudFront, Route 53 & Certificate Manager
↗
↖
AWS Cloud Development Kit (CDK) Go example demonstrates how to host a static site in an S3 Bucket and serve content using a CloudFront Distribution.
This example allows you configure a Route 53 subdomain in an existing Hosted Zone that you control.
AWS CDK Go - ECS Cluster with Application Load Balancer (ALB)
↗
↖
AWS Cloud Development Kit (CDK) Go sample demonstrates how to configure and deploy an Elastic Container Service (ECS) Cluster behind an Application Load Balancer (ALB)