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

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • 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/ank...
    🌐 Demo Page Link - resonant-cemen...
    📢 Blog Post - coderjony.com/...
    🔗 All Links - resonant-cemen...
    📑 Playlist Link - • Building Serverless .N...

КОМЕНТАРІ • 6

  • @valeriosacco1301
    @valeriosacco1301 2 місяці тому

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

  • @Manojkondeti
    @Manojkondeti 9 місяців тому

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

  • @Manojkondeti
    @Manojkondeti 9 місяців тому +1

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

    • @coderjony9694
      @coderjony9694  9 місяців тому +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 9 місяців тому

      @@coderjony9694 Thank you it worked!!!