AWS DynamoDB: Backup & Recovery Strategy
In this article, I outline a DynamoDB backup and recovery strategy based on Datapipelines, S3 & AWS Lambdas.
In this article, I outline a DynamoDB backup and recovery strategy based on Datapipelines, S3 & AWS Lambdas.
Infrastructure as code is great but AWS Cloudformation is not! Learn why JSON-based Cloudformation is bad and what alternatives exist …
Keeping microservices micro is a must if you want to benefit from them. I take a deep dive into the evolution of a microservice …
How to convert a list of tuples into a dictionary in Python. A quick and easy solution for beautiful command-line interfaces …
A small step-by-step example on how to move your source code from SVN to GIT.