Three quick hands-on demos for deploying .NET 6 on AWS Lambda: an ASP.NET Core Minimal API on ARM64, an ASP.NET Core Web API running inside a container on Lambda, and a Lambda Function URL demo that handles JSON POST requests. Each demo includes step-by-step CLI commands for tooling setup, project scaffolding, code changes, and deployment using the AWS Lambda .NET tooling.
Table of contents
Install tooling, create a bucketDemo 1 - ASP.NET Core Web API, on ARM 64Demo 2 - ASP.NET Core Web API in a container running on LambdaDemo 3 - Lambda Function URL demo1 Impression