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.

4m read timeFrom nodogmablog.bryanhogan.net
Post cover image
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 demo
1 Impression