AWS – How to Assume Role with ASP.NET CoreJuly 22, 2023Articles, AWSIn this article, we shall integrate together and see how we can Assume Role and access AWS resources via SDK with an example in ASP.NET Core API
How to – Role based Access Control in AWSJuly 22, 2023Articles, AWSIn this article, we will get started with the design and implementation of Role based resource access control in AWS with an illustrating example.
How to deploy Custom Libraries in AWS Lambda LayersJuly 22, 2023Articles, AWSLearn how we can create lambda layers out of our own application tiers and configure our ASP.NET Core application to use these layers for production loads.
Securing ASP.NET Core API with JWT Token using AWS CognitoJuly 22, 2023Articles, AWS3 CommentsIn this article, let's look at how we can validate a AWS Cognito User JWT token in an ASP.NET Core API in a step by step guide
How to create a User Pool with AWS CognitoJuly 22, 2023Articles, AWSUnderstanding AWS Cognito and Setting up User Pools for Authentication
How to log ASP.NET Core API to AWS CloudWatchJuly 22, 2023Articles, AWS1 CommentIn this article, Let's look in detail at how we can integrate and write Logs to AWS CloudWatch via ILogger in ASP.NET Core API
How to work with Amazon Cognito and ASP.NET CoreMarch 5, 2023Articles, AWSCognito provides user management for web and mobile apps. Users can sign in with user name and password, or via Facebook, Amazon, Google, Apple etc.
How I passed AWS DVA-C01 Exam in under 2 WeeksSeptember 29, 2022Articles, AWSI wanted to share with you about how I was able to clear my AWS Developer Associate (DVA-C01) exam in 2 weeks time and how I had prepared for it.
What are Beanstalk Deployment policies in AWSSeptember 25, 2022Articles, AWSAWS Elastic Beanstalk provides different options for how application code is deployed into an environment. These are called Deployment Policies.