Ashish Dhingra
Ashish Dhingra
Hi @qidydl, Thanks for posting the issue. Although the reproduction steps appear to be simple, would it be possible for you to share the sample code solution for reproduction? Thanks,...
Hi @qidydl, Good afternoon. Could you please check if this is still an issue? I created ASP.NET Core Serverless Web App and added the following logging in Index page: ```C#...
Hi @erlinghi, Good afternoon. Thanks for submitting the bug report. Would it be possible for you to share the sample code solution to reproduce the issue so that we are...
Per **Use a proxy resource to streamline API setup** at [Set up a method request in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-settings-method-request.html#api-gateway-proxy-resource): - `{proxy+}` is referred to as a greedy path parameter. - An...
Reproducible using customer provided code and scenario.
Hi @coultonluke, Good morning. I was able to reproduce the issue in Visual Studio (not Jetbrains Rider) by: - Creating `serverless.AspNetCoreWebApp` project - Adding reference to `Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation` version `3.1.22` (since...
> Thank you for looking into this for me. I appreciate it. I'm trying to get going with the Lambda Test Tool using an existing project, so do you think...
> { "httpMethod": "GET", "path": "/api/Home" } @coultonluke I'm unsure why you are using Mock Lambda Test tool to test the Razor pages. Mock Lambda Test tool is ideal for...
> provided in the documentation @coultonluke Thanks for your reply. As pointed out earlier, Mock Lambda test tool is not suitable for testing Razor pages; local IIS/IIS Express testing could...