Library
All the video learning materials I have published.
-
Infrastructure as Code: Terraform Cloud as Remote Backend
Published: at 05:53 AMThis episode involves setting up Terraform Cloud as remote backend for Infrastructure Code.
-
How to integrate Vault with Terraform
Published: at 05:52 AMThis episode shows how to use terraform to setup temporary AWS credentials in Hashicorp's Vault.
-
Event Drive Architecture - Building Worker Service Using Celery
Published: at 11:46 PMEvent Driven Architecture - Building Worker Service Using Celery
-
How to do Test Driven Development with AWS Lambda Function in Python
Published: at 10:48 PMThis episode shows how to write an AWS Lambda Function in Python following the TDD (Test Driven Development) approach. This leverages on boto3 python module to allow calls to AWS API and moto to mock the calls to AWS Services.