Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 758 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 758 Bytes

Sample .NET Core Lambda Functions

Name Description
Custom Runtime .NET 7 List S3 Buckets A .NET 7 Custom Runtime Lambda function that shows how to use .NET trimming, R2R and top level statements.
Custom Runtime .NET 7 ASP.NET Core An ASP.NET Core web api project using Program/Startup deployed using .NET 7 and Lambda Custom Runtimes.
Custom Runtime .NET 7 ASP.NET Core Minimal API An ASP.NET Core web app project using Minimal API deployed using .NET 7 and Lambda Custom Runtimes.
Lambda ARM support with .NET Details on how to use Lambda ARM support with .NET.