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
posta 2 anni fa220 visualizzazioni
2 Risposte
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
con risposta 2 anni fa
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
TECNICO DI SUPPORTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande