Hello World!

Welcome to my personal technical blog dedicated to the software development

Latest Posts

Resolve AWS CDK Stack Dependency Conflicts

The guide demonstrates how to resolve the conflicting stack dependencies in AWS CDK


Setup API Gateway Robots.txt With AWS CDK

The guide demonstrates how to setup the robots.txt API Gateway resource with AWS CDK


Setup CORS For Amazon API Gateway via AWS CDK

The guide demonstrates how to setup CORS for the Amazon API Gateway proxy and non-proxy Lambda integrations via AWS CDK


Accept Array As Query Parameter In API Gateway

The guide demonstrates how to accept the array as the query parameter in API Gateway proxy and non-proxy Lambda integrations


Create AWS CloudWatch Dashboard With AWS CDK

This short guide demonstrates creation of the AWS CloudWatch dashboard with AWS CDK tool


GitHub CLI Authentication With Access Token

The guide shows how to authenticate against GitHub's git repository with access token in automation friendly way


Register Decorator In Microsoft Dependency Injection

The guide shows how to register a decorator pattern in Microsoft Dependency Injection framework


Publish NuGet Package To GitHub Packages

The guide shows how to publish .NET NuGet package to the GitHub Packages hosting service


Set AWS Lambda Log Group Retention With AWS CDK

The guide shows how to set AWS Lambda retention policy with AWS CDK


Reset Git Commit

The guide shows how to reset git branch head to previous commit with reflection on origin


Create AWS AppSync IAM Authentication With AWS CDK

The guide demonstrates how to create AWS IAM authentication of the AppSync with AWS CDK


Create AWS AppSync Data Source And Resolver With AWS CDK

The guide demonstrates how to create AWS data source and resolver with AWS CDK


Create AWS AppSync API With AWS CDK

The guide demonstrates creation of AWS AppSync API & schema with AWS CDK


Managing AWS AppSync With AWS CDK

The guide demonstrates how to manage AWS AppSync resources with AWS CDK


Managing AWS S3 Bucket And Write IAM User Access Key With AWS CDK

The guide demonstrates how to create AWS S3 bucket and write IAM user access key with AWS CDK written in TypeScript


Managing .NET Core AWS Lambda With TypeScript AWS CDK

The guide demonstrates how to manage AWS Lambda function written in .NET Core with AWS CDK script written in TypeScript