Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 597 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 597 Bytes

Sample .NET Core Lambda Functions

Name Description
CustomRuntimeAspNetCore30 An ASP.NET Core 3.0 preview project configured to use Amazon.Lambda.RuntimeSupport and deployed using Lambda's custom runtime feature.

Note: This uses a preview version Amazon.Lambda.AspNetCoreServer which is checked into the nuget-cache directory.
CustomRuntimeAspNetCore22 An ASP.NET Core 2.2 project configured to use Amazon.Lambda.RuntimeSupport and deployed using Lambda's custom runtime feature.