PinnedTerraform Authoring and Operations Professional certificationAs someone who recently passed the Terraform Authoring and Operations Professional certification exam, I wanted to share my experience and…Nov 13Nov 13
Managing Terraform State for AWS workloads with v1.10.0-beta1When working with Terraform in a team environment or production setup, it’s crucial to store the state file remotely and implement state…Nov 10Nov 10
Published inNerd For TechAWS CDK BucketDeployment — should you use it ?The CDK construct in question is BucketDeployment which is part of the S3 deployment module or package. From the constructs api…Nov 2, 2021Nov 2, 2021
Published inNerd For TechAWS CDK : things you should knowIf you are working with AWS, you would have started using or at least heard of CDK; which is their infrastructure as code alternative to…Apr 2, 2021Apr 2, 2021
Published inNerd For TechAWS CDK : Structuring for re-useCDK is a framework for modeling your infrastructure in a programming language of your choice ( from the currently supported list ). We are…Mar 12, 2021Mar 12, 2021
Test your configuration filesSo you have been following Test Driven Development and have a steady and reliable suite of test cases for your application. All your tests…Sep 26, 2020Sep 26, 2020
Published inNerd For TechGitlab CI and stage re-usabilityCreating re-usable methods or functions in any of your application would be an efficient way to manage commonly used pieces of code. This…Sep 20, 2020Sep 20, 2020
SAM template: Configure an api gateway with multiple lambdasAWS SAM templates are reasonably fun for deploying serverless workloads if you are not using the serverless framework itself. The default…Sep 17, 2020Sep 17, 2020