This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
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.
How to use AWS Parameter Store with ASP.NET Core
In this detailed article, let us discuss what is AWS Systems Manager Parameter Store and how to integrate with ASP.NET Core
How to work with Amazon S3 using 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
How to connect to DynamoDB using Express.js API
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
How to use Secondary Indexes in AWS DynamoDB
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.
How to deploy Express.js API in an AWS Lambda
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.
Deploy .NET API to Elastic Beanstalk in a Simple Way
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
How to AWS Cognito Login Signup in ASP.NET Core
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..
How to Cognito Forgot Password Update Profile in ASP.NET Core
In this article, let's continue and implement other important user journeys once logged into any application - Updating Password, Updating Profile and..