aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

.NET 8 as a supported runtime from a source code repository #239

Open rshekhtm opened 3 months ago

rshekhtm commented 3 months ago

Community Note

Tell us about your request .NET 8 is now a fully supported runtime for Lambda, but not App Runner. You can do it via containers, but I am deploying code via a source code repository and that is currently not supported.

Describe alternatives you've considered Can do it via ECR, but that is extra complexity I'd rather not deal with.

jwerre commented 3 months ago

Can't you just make a Docker image for your app: https://learn.microsoft.com/en-us/dotnet/core/docker/build-container?tabs=windows&pivots=dotnet-8-0

rshekhtm commented 3 months ago

Can't you just make a Docker image for your app: https://learn.microsoft.com/en-us/dotnet/core/docker/build-container?tabs=windows&pivots=dotnet-8-0

@jwerre - I can, and I called this out as a workaround in the issue. I am specifically asking for source code repo option support so this workaround is not needed. .NET 8 is the latest LTS version and should have support similar to .NET 6, especially given v6 will be EOL this year.