ASP NET Core on AWS Lambda | .NET ON AWS | AWS Serverless | Amazon



ASP NET Core on AWS Lambda | .NET ON AWS | AWS Serverless | Amazon

ASP NET Core on AWS Lambda  | .NET ON AWS | AWS Serverless | Amazon

AWS Lambda is a compute service that lets you run code without provisioning or managing servers. You can combine Lambda Function with API Gateways or Function URLs to build API endpoints.

But what if you have existing APIs built using ASP NET Web API and want to use the AWS Lambda function. You might not want to go through all the work to migrate them over to independent Lambda functions and build the API from scratch.

In this video, I will show you how you can easily host ASP Net Web APIs on Lambda Functions. I will show how to expose ASP NET API using the Function URLs feature of AWS Lambda. We will also explore how we can integrate it directly with API Gateway as a REST API and also as an HTTP API.

00:00 Introduction
01:22 ASP.NET Core API
02:25 Minimal API endpoint
03:26 Enable Lambda Hosting
06:58 Testing Local Dev
07:11 Deploying into AWS Lambda
10:10 Enabling Function URL
11:35 Enable Swagger Endpoint
12:42 Deploy From Visual Studio
14:49 API Gateway – HTTP API
17:30 API Gateway – REST API
20:54 Conclusion

Additional Watching
📹Function URLs – https://youtu.be/KMM_q-Uta0Y
📹AWS Lambda – https://youtu.be/IHIJFVUQyFY
📹Lambda Udemy Course – https://bit.ly/aws-lambda-udemy
📹 AWS HTTP API – https://youtu.be/43DQm2ObWSU
📹 AWS REST API – https://youtu.be/mOaV5LwfzUE
📹 ASP Series – https://bit.ly/asp-net-core-series
📹AWS Series – https://bit.ly/aws-net-series

Come say hi! ✋
🌍 Blog – https://rahulpnath.com/
✉ Subscribe to my Newsletter – https://www.rahulpnath.com/subscribe
🐦Twitter – https://twitter.com/rahulpnath
📸Instagram – https://www.instagram.com/rahulpnath/

🛠️ Uses http://rahulpnath.com/uses
🎥 Recording Setup and Workflow – https://www.rahulpnath.com/blog/youtube_setup_and_workflow/

Comments are closed.