Aug 2, 2024 7 min
Automating a scalable three-tier architecture for AWS using Terraform
Imagine being in charge of setting up the infrastructure to deploy an application for the first time. You will need to create a number of resources, each one with its own set of configurations.
Mar 10, 2020 3 min
Starting with AWS DynamoDB using Python
This guide is meant to provide a base, or a quick start, for interfacing with AWS DynamoDB using Python, its contents are based on the repo https://github.com/5thempire/aws-dynamodb .