How I passed AWS Cloud Practitioner in a weekJune 26, 2022Articles, AWSI wanted to sit for an AWS Certification, but was not sure where to start with. So finally I started my journey with Cloud Practitioner and here's how and why.
How to use AWS Memcached in ASP.NET CoreApril 11, 2022Articles, AWS1 CommentIn this article, let's talk about how we can integrate AWS ElastiCache for Memcached instance to an ASP.NET Core API and use it for caching.
How to deploy ASP.NET Core API via AWS CloudFormationSeptember 5, 2020Articles, AWSLet's see how we can create and deploy our ASP.NET Core microservices in AWS using a Serverless Model via CloudFormation.
How to deploy ASP.NET Core API into AWS LambdaSeptember 4, 2020Articles, AWSIn this how-to guide, learn about how we can deploy our ASP.NET Core Web API as an AWS Lambda function and the things we need to look into for it.
How to DynamoDB CRUD using ASP.NET CoreSeptember 3, 2020Articles, AWSIn this hands-on article, let's understand how to connect and perform CRU with DynamoDB using ASP.NET Core with an illustrating example.
How to use AWS Lambda Layers with ASP.NET CoreJune 30, 2020Articles, AWSIn this detailed article let us learn about what is AWS Lambda Layers and How to deploy our ASP.NET Core application in a Lambda Layer