Doing .NET in that other cloud
Key takeaways
- You will learn how to develop and deploy .NET code in AWS
- You will also see how to publish a serverless web app publicly on the Internet
If you are working with .NET, cloud is typically synonymous with Azure. But there are other clouds out there! It turns out that serverless .NET core in AWS is not only possible, but actually a pretty nice experience. I will show you, hands on, how it can be done. You will see how to get an ASP.NET Core web site to run in the AWS serverless environment, integrating with services for data storage and user authentication.