very helpful intro for me. If I intend to develop .Net C# Webapp/API, do I use EC2 or Lambda ? If Lambda, does it mean I have to convert my app to be a lambda function instead of a regular .NET app ? Thanks very much !
If you use Lambda, yes you will have to convert it to lambda functions. I recommend you take a look at this: aws.amazon.com/blogs/compute/introducing-the-net-6-runtime-for-aws-lambda/
Hi I was looking for nice explanation about where to deploy WEB API. Your video tells me the exact information that I want. Thank you sir!
very helpful intro for me. If I intend to develop .Net C# Webapp/API, do I use EC2 or Lambda ? If Lambda, does it mean I have to convert my app to be a lambda function instead of a regular .NET app ? Thanks very much !
If you use Lambda, yes you will have to convert it to lambda functions. I recommend you take a look at this: aws.amazon.com/blogs/compute/introducing-the-net-6-runtime-for-aws-lambda/
@@devguyahnaf Thanks very much.