Category Archives: AWS

Terraform (IaC – Infrastructure as Code) Testing

Terraform is an Infrastructure as Code tool that enables us to deploy predictable infrastructure. Usually for the Software/Data applications we focus on writing code, testing it, making sure its following all the conventions, making sure there are no security issues, etc. etc. But when it comes to deploying Infrastructure, we don’t normally treat Terraform or… Read More »

DynamoDB – Data Modelling – NoSql Workbench

DynamoDB NoSql Workbench Design data models Visualize data models Query data Build new data models from scratch Modify and export existing DynamoDB data models Add tables and indexes to data models Add sample data to data models Visualize data layout for data models Commit data models to DynamoDB Build data plane operations using a structured… Read More »