MENU

Fun & Interesting

AWS Lambda on .NET 8 | Getting Started | AWS LAMBDA SERIES

Rahul Nath 4,652 6 months ago
Video Not Working? Fix It Now

It’s been a while since AWS Lambda supports .NET 8. AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. In this video, let's learn how to build a Lambda function on .NET 8 and see what’s new. We will explore how to create a new Lambda Function in Visual Studio, run it on your local development machine and deploy it to AWS account. We will also see the same using the latest Native Ahead Of Time (AOT) support for Lambda and compare the performance/cold-start times with JIT compiled Lambda. 👉 What you'll learn: ● Step-by-step guide to setting up AWS Lambda with .NET 8 ● How to deploy your Lambda function to AWS ● A look at the new AOT compilation for .NET 8 and why it matters This video is sponsored by AWS and is part of my AWS Lambda Series. Additional Watching 📹 Lambda Powertools - https://www.youtube.com/playlist?list=PL59L9XrzUa-lVIngBF1OTG1Wxy56_esQB 📹 Lambda Powertool Idempotency - https://youtu.be/v-A8iP0hSLQ 📹 Lambda Powertool Logging - https://youtu.be/uQxAIYkdNFM 📹 Lambda Powertool Tracing - https://youtu.be/m8JL-aYrLHw 📹 Lambda Powetool Metrics - https://youtu.be/SQ3rY28Eqeo 📹Lambda Annotations Framework - https://youtu.be/qWxjCkqX_lM 📹Lambda Annotations CRUD API - https://youtu.be/Zx6JpVKUoLQ 🔗Lambda Lifecycle - https://www.rahulpnath.com/blog/lambda-lifecycle-and-net/ 📹 .NET Dependency Injection - https://youtu.be/YR6HkvNBpX4 📹AWS Lambda - https://youtu.be/IHIJFVUQyFY 📹Lambda Udemy Course - https://bit.ly/aws-lambda-udemy 📹Lambda Development Environment - https://youtu.be/RYOG7W0fOK4 📹AWS Credential Management - https://youtu.be/ukam37umkQc 📹 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/

Comment