Deploying an ASP.NET core web application into AWS Lambda

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 8

  • @freeranav
    @freeranav 2 ปีที่แล้ว

    Hello, Thanks for posting this video and its really helpful.
    In my case, i have hosted my application in lambda, but somehow my images are not rendering. Let me know if you have any quick resolution for same.

  • @charithjayasundara9878
    @charithjayasundara9878 2 ปีที่แล้ว +1

    Way too many ads mate!

  • @shivendusrivastava4161
    @shivendusrivastava4161 3 ปีที่แล้ว

    Do you've a dummy code over github for reference purpose. I want to actually create lambdas using .net core and then deploy them to multiple regions. How can I achieve that ?

    • @cloudopian
      @cloudopian  3 ปีที่แล้ว +1

      Here you are github.com/cloudopian/azure-devops-on-aws/tree/master/MyLizardApp

  • @kayoutube690
    @kayoutube690 4 ปีที่แล้ว

    Is this the same with the nodejs deployment?

  • @microtech2448
    @microtech2448 3 ปีที่แล้ว

    What is role of lambda in case of web application?

    • @cloudopian
      @cloudopian  3 ปีที่แล้ว

      You can run your asp.net core web application on labmda. Think of it as a mini server, but turns on quickly when the request comes. So you only pay for the actual time it runs

    • @microtech2448
      @microtech2448 3 ปีที่แล้ว

      @@cloudopian do you have any tutorial on same, how web application would be accessed through its domain not aws api gateway url?