Serverless ASP.NET Core Web API with AWS Lambda | Super Affordable .NET Hosting

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

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

  • @jatin4110
    @jatin4110 12 วันที่ผ่านมา

    this is super easy and super cool ! thanks !

  • @softveda9956
    @softveda9956 9 หลายเดือนก่อน +3

    I enjoyed your tutorial, condensed and to the point. Just a request, the background music is very distracting and I couldn't concentrate, didn't work well when speeding up the video, you can check with other's opinion but I haven't come across any learning sites (udemy, pluralsight, linkedin etc,.) that adds background music to coding tutorials.

    • @codewithmukesh
      @codewithmukesh  8 หลายเดือนก่อน +2

      Thanks a lot for the feedback. Yes I too realized that it might be a bit distracting. Will sort this out in the next video.

    • @softveda9956
      @softveda9956 8 หลายเดือนก่อน

      @codewithmukesh thanks for replying. A lot of people with hearing difficulties and some kind of autism will also have problems with background music. Perhaps you can do a few seconds of music at start and then remove it.

  • @frankieyeung7064
    @frankieyeung7064 8 หลายเดือนก่อน +2

    Great tutorial, but I got internal server error after deployed, in cloud watch it said some dll not found, please help

  • @MatthewThirteenFourtyFour
    @MatthewThirteenFourtyFour 8 หลายเดือนก่อน

    great video, thanks Mukesh, really clear explanation. What a cool feature.

  • @philipperapin8515
    @philipperapin8515 4 หลายเดือนก่อน +1

    Hello Mukesh, nice tutorial. I am running into an error when publishing with the CLI from Visual Studio Code at 5:27 on your video. It seems I cannot get the AIM security credentials: Error retrieving configuration for function whosaroundbackend: Unable to get IAM security credentials from EC2 Instance Metadata Service.
    Any ideas?

    • @dkahraman
      @dkahraman 14 วันที่ผ่านมา

      Hey, have you solved the issue. I am also getting same error.

  • @promant6458
    @promant6458 6 หลายเดือนก่อน +3

    Jesus, at first when you said about the 1mln requests, I thought that you ment 0.2$ per EACH additional request, not per each milion. I almost died from heart attack when i heard this 🤯 But yeah, 1 mln requests for 0.2$ does seam affordable.

  • @AvinashSatyavratJoshi
    @AvinashSatyavratJoshi 9 หลายเดือนก่อน

    Hey Mukesh, nice presentation 😊

    • @codewithmukesh
      @codewithmukesh  9 หลายเดือนก่อน +1

      Thank you so much 🙂

  • @marjukerazi1089
    @marjukerazi1089 9 หลายเดือนก่อน

    Good solution thank you so much bhai. I have a question, i had to deploy frontend what should i do?

    • @codewithmukesh
      @codewithmukesh  9 หลายเดือนก่อน

      Thanks! What kind of frontend are you trying to deploy. You have several solutions ranging from S3 Static Uploads, Dockerized Apps, AWS Amplify. Totally depends on your use case.

    • @marjukerazi1089
      @marjukerazi1089 9 หลายเดือนก่อน

      @@codewithmukesh simple frontend for live api monitoring..which can be developed in angular.

  • @jimshadrick479
    @jimshadrick479 8 หลายเดือนก่อน

    Nice video. One of the first I have seen on .NET 8. Being new to AWS Lambda what are you using to test your functions locally? From what I understand the SAM CLI tool only supports .NET 6 still. Any guidance or suggestions would be much appreciated.

    • @codewithmukesh
      @codewithmukesh  8 หลายเดือนก่อน +1

      SAM CLI supports .NET 8 too. Please refer - aws.amazon.com/blogs/compute/introducing-the-net-8-runtime-for-aws-lambda/
      To test the lambda locally, you can use the Amazon.Lambda Mock Tool. github.com/aws/aws-lambda-dotnet/tree/master/Tools/LambdaTestTool This is more than enough to test your Lambdas.

  • @ganeshgm7
    @ganeshgm7 8 หลายเดือนก่อน

    Nice walkthrough. Will Web API (Native AOT( supports this deployment. Please provide guide on that.

  • @Sanatani-k1s
    @Sanatani-k1s 8 หลายเดือนก่อน

    this is good for minimal api. how to deploy and run api for controllers and multiple api endpoints
    ?

    • @codewithmukesh
      @codewithmukesh  8 หลายเดือนก่อน

      The same is applicable for controllers too.

  • @hariharanm2928
    @hariharanm2928 3 หลายเดือนก่อน

    Possible to Host Dotnet web Application Framework 4.7 on aws lambda?

  • @m.f.mfazrin8720
    @m.f.mfazrin8720 8 หลายเดือนก่อน +2

    Please avoid background music it is really annoying

    • @codewithmukesh
      @codewithmukesh  8 หลายเดือนก่อน

      Yes, will fix this in the next video. Thanks for the feedback.

  • @sivas4861
    @sivas4861 10 วันที่ผ่านมา

    Hi , Suppose While deploy .NET APIs on lambda using Http Api or REST , One Controller file has multiple methods how to call all methods with one handler name?

  • @yagnikpatel1494
    @yagnikpatel1494 7 หลายเดือนก่อน

    Good tutorial, i have a question regarding ideal mode application
    How do I avoid going for the ideal mode application? is there any solution to avoid this

  • @sphazwelakhe2784
    @sphazwelakhe2784 9 หลายเดือนก่อน

    Thank you for this Tutorial

  • @engineer.01
    @engineer.01 7 หลายเดือนก่อน

    .NET 8 series chalu hua kya nhi?

  • @vivekgowda1576
    @vivekgowda1576 7 หลายเดือนก่อน

    Can we create a lambda at each controller level?

  • @JordanMuhammad-r7l
    @JordanMuhammad-r7l 6 หลายเดือนก่อน

    can i use .NET 7?

  • @csilipo
    @csilipo 7 หลายเดือนก่อน

    How do you get an AWS account. I’ve tried 3 times with 3 different emails. Still no luck! Keeps asking for a code to login in with - no code just an Email with a link. I’ve given up. Carlo

  • @caseyspaulding
    @caseyspaulding 7 หลายเดือนก่อน

    Thanks Mukesh!

  • @imashar
    @imashar 9 หลายเดือนก่อน

    Awesome 💯

  • @loganathansiva95
    @loganathansiva95 9 หลายเดือนก่อน

    Good 👍

  • @charansadhu9896
    @charansadhu9896 3 หลายเดือนก่อน

    Bro stop background music bro please

  • @arunthiyagarajan27
    @arunthiyagarajan27 9 หลายเดือนก่อน

    👌

  • @manjumurugan7832
    @manjumurugan7832 9 หลายเดือนก่อน

    🙌