Where to deploy your Web App or API on AWS

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024
  • НаукаНаука

Комментарии • 4

  • @vincentsolon3216
    @vincentsolon3216 Год назад

    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!

  • @learner8084
    @learner8084 Год назад +1

    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 !

    • @devguyahnaf
      @devguyahnaf  Год назад +1

      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/

    • @learner8084
      @learner8084 Год назад

      @@devguyahnaf Thanks very much.