
How to use AWS Cognito Identity Pool made Simple
In this article, let's discuss what are Cognito Identity Pools and How do we create one to help users access AWS resources using a CIP Token.
In this article, let's discuss what are Cognito Identity Pools and How do we create one to help users access AWS resources using a CIP Token.
In this detailed article, let us discuss what is AWS Systems Manager Parameter Store and how to integrate with ASP.NET Core
In this article, let us look at how we can write to and read from Amazon S3 Storage using ASP.NET Core and AWS SDK for .NET
In this article, let's look at how we can connect and work with AWS DynamoDB in Express.js REST API with a simple and illustrating Example
it is not possible to query over a non-key attribute in DynamoDB. To solve this, AWS provides Secondary Indexes which can be used for specific scenarios.
In this article, let's look at how we can deploy this API we have built into an AWS Lambda and access it using API Gateway.
In this article, I want to show you how to setup and deploy an ASP.NET Core code to AWS Elastic Beanstalk straight from Visual Studio
In this article, let's look at how we can design and build such an API that encapsulates all of User Identity Management functionalities such as Login..
In this article, let's continue and implement other important user journeys once logged into any application - Updating Password, Updating Profile and..