Does .Net Serverless Support Views?

0

When I create an AWS Serverless application using the Visual Studio templates, it uses AddRazorPages for a website and AddControllers for api. Would it work if I changed this to AddMvc or AddControllersWithViews or do AWS Serverless only support Pages? I managed to get this working locally in Visual Studio, but I wanted to make sure it will still work once published to AWS, since I know the hosting environments are completely different, and I found it odd that there was no VS template that uses Views.

Eric
preguntada hace 2 años220 visualizaciones
2 Respuestas
1

Switching to AddMvc or AddControllersWithViews is fine for the ASP.NET Core Lambda projects. The templates just default to the leaner methods by default.

AWS
Norm
respondido hace 2 años
0

Hello ,

Thank you for reaching out to us.

There is a template for ASP.NET Core Web App which supports rendering pages. Please refer to this link [1] for more information on blueprints.

If you face any issue implementing it, can you please send me your conversion or a sample of your conversion.

Hope this helps.

References:

  1. https://github.com/aws/aws-lambda-dotnet/blob/master/README.md#blueprints
AWS
INGENIERO DE SOPORTE
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas