How to use AWS Cognito in .NET Core 3.1

Posted by - June 10, 2021

AWS Cognito is  great tool to implement a secure and scalable user authentication  for your web and mobile apps. It offers a complete user identity management system that allows you to build great user experiences for your customers. With ASP.net Core 3.1 we are going to build an API that utilize the Cognito service  for

Deploying dotnet core 3.1 aws in beanstalk

Posted by - January 13, 2020

This post is to help those who encounter issue when they deploy their .net core in Aws Ec2 using Visual studio. Yes you can use visual studio to deploy your app in Aws. You can also follow the zip method explained here https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/dotnet-core-tutorial.html The problem is that you may encounter issue on the framework version.