I recently have been playing around with some tools for monitoring websites but with these tools they can be an unnecessary expense for a start-up. So I went and built my own monitoring stack in AWS CDK to monitor if… Read More ›

CDK
AWS CDK Fargate Schedular Write to DynamoDB
In this post I’ll show you how to create a scheduled Fargate task, in this case a locally developed node js Docker container that can push items to DynamoDB on a 1-minute timer. A simpler architecture can be developed using… Read More ›
Deploying a site to AWS with the CDK
In the following we will create a CloudFront, s3 with lambda@edge based website. AWS is not free and you may be charged for services used. So, I got through a renewal email for some hosting I had with GoDaddy and… Read More ›
AWS CDK – True infrastructure as code
Infrastructure as code or IaC has recently become a huge topic in the software world. No longer do we live in a monolithic application world that’s only made up of a couple of huge legacy components that changes only a… Read More ›