Introduction Serverless computing is a new way of building and running applications. It promises to reduce cost, improve speed and simplify maintenance, making it easier for developers to build better apps faster. Reduce cost and increase speed There are a… Read More ›

AWS
Big Update to the ezConsole landing page
This morning I have worked on a new landing page concept and deployed the page for feedback. I think the new page has a more modern feel and will work weel when the landing page moves out of just pre-launch… Read More ›
ezConsole – The AWS Desktop Management Tool
So, some actual progress on productizing my AWS Desktop Management tool called ezConsole this week. For a little while now I have had the task on my ClickUp board to build out the infrastructure deployment pipeline for the landing page…. Read More ›
Full Ahead ezConsole
The collection of applications I have been working on recently is coming together to create an application called ezConsole. ezConsole will be a very handy desktop application specifically designed to work with AWS. ezConsole can be thought of as a… Read More ›
Setting Minimum Protocol Version for HttpsRedirect in CDK
To change the minimum protocol version when using Https redirect route 53 patterns you must first find the RedirectDistribution and then in that the defaultChild then you can add a poroperty override for the DistributionConfig.ViewerCertificate.MinimumProtocolVersion property, setting the tls version…. Read More ›
AWS Stack Manager App
The AWS Stack Manager app is almost ready. The only major work left is user management so I can start distributing the app and manage app licences and some UI/UX styling. This is a guide to using this simple AWS… Read More ›
Code Commit App – Update
After a little break on this project I decided to jump back onto it. Main progress points are. Ability to load in credentials from the aws credentials file Select the AWS region Only load into the app if credentials are… Read More ›
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 ›