Library
All the video learning materials I have published.
-
How to configure AWS SQS as Message Broker for Celery Application
Published: at 08:55 AMThis episode shows how an Event Driven application is refactored to use AWS SQS as message broker for celery.
-
How to setup Python in Docker to access AWS S3 Bucket
Published: at 08:53 PMThis episode shows how an Event Driven application is refactored to store and access files in AWS S3 bucket. This is the first instalment of a new series on writing infrastructure code for an end to end system.
-
Setting up AWS VPC resources with Infrastructure Code with Terraform Module
Published: at 04:31 AMSetting up AWS VPC resources with Infrastructure Code with Terraform Module. This is the episode that will utilise the terraform module that has been built to setup AWS VPC with public and private subnets.
-
AWS VPC and Private Subnets with Terraform
Published: at 09:26 AMHow infrastructure code is written to setup private subnets along with the underlying AWS resources which include NAT Gateways and traffic routing.