Aws-lambda-dotnet: Can Asp.net core 3.0 Razor Page Application Run on Lambda?

Created on 23 Nov 2019  ·  4Comments  ·  Source: aws/aws-lambda-dotnet

I has the Razor Page App (.net core 3.0), I I make it run on AWS Lambda? App has the Blazor Component, but render Static Mode

documentation guidance response-requested

All 4 comments

The documentation suggests a requirement for _.NET Core 2.1 SDK_ only, so I'd say probably not.

@lehoangphan If that mode of blazor doesn't require websockets then yes :) You can use the Bring your own runtime method of deployment

Here is a sample I put together using razor pages with .NET Core 3.0 on Lambda and Custom Runtimes. https://github.com/normj/LambdaNETCoreSamples/tree/master/CustomRuntimeAspNetCore30

I haven't tried Blazor with static mode. I'm curious how that works for you.

Closing as I believe this has been answered. Although any feedback on Blazor with static rendering would be appreciated.

Was this page helpful?
0 / 5 - 0 ratings