Skip to content

feat: add aspnet10 minimal api lambda container image sample#3

Open
ahanoff wants to merge 1 commit into
mainfrom
aspnet10-minimal-api-lambda-container-image
Open

feat: add aspnet10 minimal api lambda container image sample#3
ahanoff wants to merge 1 commit into
mainfrom
aspnet10-minimal-api-lambda-container-image

Conversation

@ahanoff

@ahanoff ahanoff commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Summary

Companion sample code for Running ASP.NET 10 Minimal API on AWS Lambda with Container Image.

Changes from aspnet8 sample

  • net8.0net10.0 with InterceptorsNamespaces for built-in validation
  • Amazon.Lambda.AspNetCoreServer.Hosting 1.6.1 → 2.1.0
  • DockerfileContainerfile with multi-platform TARGETARCH support
  • Architecture.X86_64Architecture.ARM_64 (Graviton)
  • Lambda base image: dotnet:8-previewdotnet:10 (GA)
  • SDK image: sdk:8.0sdk:10.0
  • Added CreateProductRequest endpoint with validation
  • Added PostMarshallResponseFeature hook for X-Request-Id header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant