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

preview_player
Показать описание
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

Рекомендации по теме
Комментарии
Автор

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

valeriosacco
Автор

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

Manojkondeti
Автор

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

Manojkondeti