.NET on AWS

How to deploy .NET 6 application in Elastic beanstalk from visual studio

How to deploy .NET 6 application in Elastic beanstalk from visual studio Objective The objective of this article to demonstrate how to deploy a .NET6 application in AWS Elastic beanstalk from visual studio. Prerequisites Step-1: Build .NET6 Web Application with visual studio If you don’t have an .NET6 based web app you can create by […]

How to Build and deploy AWS Lambda function with .NET 6

Build and deploy AWS Lambda function with .NET 6 Objective The objective of this article to demonstrate how to build and deploy a .NET6 application in AWS lambda. Prerequisites Step-1: Build .NET6 based AWS lambda from Visual Studio Create a new .NET 6 Lambda Function Project Write Lambda function Create a supporting model class “Customer.cs” […]

Scroll to top