-
This will likely not happen in the wild too often but might be a minor security concern if "official" template identifier was replaced with another one. The workflow is a bit confusing since it allow…
-
This quickstart provides a quick synopsis of how to protect a web api with Microsoft Identity platform, however it lacks any description of how to securely call the api once the security scheme is est…
-
## Description
I'm currently running into this issue https://github.com/aws/aws-sdk-net/issues/1821
A fix (https://github.com/aws/aws-sdk-net/pull/1850) has been released in SDK version 7.36.1…
-
## Description
`AspNetCoreServer.APIGatewayHttpApiV2ProxyFunction` URL-escapes the query string, but since it is receiving the raw, escaped query string from the API gateway this will result in a dou…
petli updated
3 years ago
-
Hi all,
Newer to AWS & Lambdas but I think I may have come across a problem. Hoping it's something I'm doing.
## Setup / Versions
* I have an API gateway that proxies to a Lambda whose code i…
-
## The Question
Hello, I'm trying to use AWS lambda with .net core using SAM to deploy it to cloud. Almost everything works but there is no thing I'm unable to figure out so I figured I'd ask here …
-
I'm trying to run a local container that has been created as a lambda dotnet 5 image following an Amazon template.
In other words, I have a dotnet 5 project with a AWS lambda function which I have cr…
-
I am fairly new to ASP.net Core and very new to AWS Lambdas
I am using the latest Serverless application template in Visual Studio 2019, It came with just the following relevant files
- aws-lamb…
-
I can't build my integration test project because of the "Microsoft.AspNetCore.Mvc.Testing.targets" file is not evaluating correctly the project's path.
I am working on a Windows 10 machine using V…
-
I have an error below, when I run "dotnet new --all" command after installed a pkg of "dotnet-sdk-2.1.300-osx-x64.pkg" on macOS High Sierra v10.13.5.
FailFast:
Infinite recursion during resource …