02 - Building and Deploying Your First Serverless .NET API Using AWS Lambda & Amazon API Gateway

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2023
  • In this video, you'll learn the following:
    - Creating your first serverless ASP.NET Core API
    - Configuring an ASP.NET Core API to run as a Lambda Function
    - Understanding the differences between Class library handlers and ASP.NET Core Lambda Functions
    - Exploring the inner workings of.NET Lambda Functions
    - Deploying your application to AWS Lambda via Visual Studio
    - Creating an API Gateway
    - Linking an API Gateway route to a Lambda function using Proxy Resource and Proxy Integration
    - Conducting tests on the REST API Endpoint using ThunderClient
    👨‍💻 GitHub Repository - github.com/ankushjain358/serv...
    🌐 Demo Page Link - resonant-cement-f3c.notion.si...
    📢 Blog Post - coderjony.com/blogs/building-...
    🔗 All Links - resonant-cement-f3c.notion.si...
    📑 Playlist Link - • Building Serverless .N...
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Great content! It would be also interesting see how to deploy it with cdk or terraform.

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

    Can you please explain AWS Lambda environment variables to replace particular variable in app settings

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

      Hello, you can refer to line 192 of file github.com/ankushjain358/serverless-dotnet-apis-with-amazon-cognito/blob/main/cdk/src/Cdk/CdkStack.cs to see how the environment variable should look like in AWS Lambda for AppSettings's properties defined at file github.com/ankushjain358/serverless-dotnet-apis-with-amazon-cognito/blob/main/src/aspnet-core-apis/AuthenticationExample/appsettings.json

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

      @@coderjony9694 Thank you it worked!!!

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

    Can you please help me on how to log each lambda request in CloudWatch or any reference code