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
已提問 2 年前檢視次數 220 次
2 個答案
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
已回答 2 年前
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
支援工程師
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南