Synchronizing Git repositories is a fairly common requirement. This article describes how we built a solution to replicate an AWS CodeCommit repo … Read The Full News
Automate File Processing with S3 Event Notifications
Consider a scenario where you need to perform some kind of automated processing on files that arrive at a particular location as … Read The Full News
Use git-remote-codecommit to Clone AWS CodeCommit Repositories without Creating IAM Users
Up until March 2020, the only way to connect to AWS CodeCommit repositories was to create an IAM user, generate Git credentials … Read The Full News
AWS CodeStar – Spring Boot Microservices
AWS CodeStar is a managed service from AWS that lets us quickly develop, build & deploy various applications across development languages, such … Read The Full News
AWS CloudFormation CreationPolicy vs WaitCondition
Both CreationPolicy & WaitCondition are used to delay the creation of a CloudFormation stack. In this article, we’ll see the differences between … Read The Full News
A Simplistic Guide to Amazon EC2 Auto Scaling Termination Policies
Amazon EC2 Auto Scaling lets you automate the otherwise cumbersome process of maintaining just the right number of instances required to handle … Read The Full News