You will find below some topics that I’m planning to write about soon. If you are interested in one of these topics please click the button to UpVote. I’ll put my focus on the most upvoted topic, so we can have a nice discussion after it is published.


Bash Script + JQ -> automating aws cli calls

In this post I will tell you how I am automating tasks with the help from bash script + JQ. How to use JQ to parse Json responses from the aws cli and connect multiple calls to automate your daily tasks.


Github Actions Workflows

How to simplify complex workflows to run CDK deployments. What if you have multiple stacks being deployed in the same code base. How do you run code checks across the codebase efficiently? How to speed deployment time by optmizing you workflows.


CDK Components

In this post I will talk about my experience creating CDK solution constructs. What are the best practices and what you need to avoid?


ALB + S3 Websites

How to create private static websites hosted in S3 and served by an Application Load Balancer.


Cognito service to service authentication

How to implement service to service authentication with Cognito. Using Resources and Scopes to a better authorisation system