Learning the code way
A small step towards sharing what I have learned.
Thursday, 24 June 2021
CDK - Diving deeper into the code
›
In the last post we setup a simple CDK project that resulted in creation of dynamodb table. Let us analyze the code further.
16 comments:
Monday, 16 November 2020
CDK - Making CloudFormation easier
›
In the previous post I created my first AWS Resource using AWS CloudFormation. This was done using a JSON file called the CloudFormation te...
14 comments:
Saturday, 14 November 2020
AWS CloudFormation - my first stack
›
Before I start - CloudFormation is by far one of the weirdest and coolest things to have come out of AWS. It took me some time to grasp it (...
3 comments:
Sunday, 9 August 2020
An SNS primer - also Auto Routing SNS messages to different SQS
›
It is a standard decoupling pattern to have publishers send their messages to an SNS owned by them. Consumers will setup SQS endpoints that...
1 comment:
Tuesday, 7 July 2020
Amazon ECS : My first AWS container - Part 2
›
In the previous post we created a container image for our code and pushed the image onto ECR. In this post, we will setup an ECS applicatio...
3 comments:
›
Home
View web version