Deploy Serverless .NET on AWS with CloudFormation

Поделиться
HTML-код
  • Опубликовано: 17 авг 2022
  • In this series, we're going to build a serverless web API using .NET 6 on AWS! We'll build our project from an AWS Serverless template created from the .NET CLI, and manage the stack using CloudFormation from within our IDE (running the AWS Toolkit)If you're following along, it will be useful to have the AWS CLI, SAM CLI, and the AWS Toolkit installed.
    This video is sponsored by AWS.
    • 🤝 Support the Channel on Patreon!
    Patreon supporters get access to source code!
    / productivedev
    • 👋 Get in Touch!
    ► Facebook bit.ly/productive-dev-fb​​
    ► LinkedIn bit.ly/wesd-linkedin​​
    ► Twitter bit.ly/wesd-twitter
    • 📚 Topics Covered in This Series
    ► .NET 6
    ► Serverless
    ► AWS CloudFormation
    ► AWS Toolkit for Rider
    ► dotnet CLI
    #dotnet #serverless #aws #dotNETonAWS
  • НаукаНаука

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

  • @enmanuelcruzdejesus765
    @enmanuelcruzdejesus765 21 день назад

    best video for dotnet and aws

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

    Thanks again, Wes. You helped me a few years ago get my new .NET Core web app started with your Library tutorial. Now that it's hosted and running on AWS, I am writing a .NET MAUI mobile app for it. I need an API to serve the mobile app, so I found this new tutorial. I'm following along with you in Visual Studio with the AWS Toolkit. Hopefully I'll be able to GET and PUT database data from the MAUI mobile app through this API. Wow, lots of connections for mobile apps: from app to API Gateway to Lambda to API business logic to database and then back again. Never stop learning! :-)

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

    Impeccable explanations Wes. You've been a lifesaver. Thank you!

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

    This is better than many pay to view courses on this topic

  • @ramchandrathakkar2022
    @ramchandrathakkar2022 Год назад +3

    Very informative. Request you to prepare some basic tutorials for microservices using AWS EKS or Fargate, if possible

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

      Noted! Thanks so much for watching, Ramchandra Thakkar.

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

    Thank you so much. Your videos have helped me a lot.

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

      Very glad to hear that! Thanks for watching.

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

    Great explanations Wes. Which is the IDE you used?

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

    Thanks for this awesome video. I tried to change /Prod to /Dev from my AWS serverless URL, but it doesn't work. I also created a dev stage of my API Gateway but can't link my codebase from the AWS tool kit with that dev stage. I'm on P.C. and using V.S. 2022.