Norm Johanson
Norm Johanson
@ashishdhingra I asked @BradKnowles to submit this. The problem is the test tool's process has its current working directory set to where it was executed so if the Lambda function...
I'm not dismissing the issue with custom scopes but this library has no control over what is return in the access token. This is a service issue that has to...
The PR with this change has been released as part of version 2.6.0 of Amazon.Lambda.APIGatewayEvents
Lots of thanks and appreciation to the .NET team for making the changes needed to run .NET 7 ARM on Amazon Linux 2.
PR has been released as part of version **1.5.0** of Amazon.Lambda.AspNetCoreServer.Hosting
The PR with this change has been released as part of version 8.0.0 of Amazon.Lambda.AspNetCoreServer. It was a major version bump due to the slight breaking change behavior.
Would it be possible for SAM to look for `CRLF` in `*.sh` and `bootstrap` files and if found any emit a warning to users. That would at least give users...
@paolofulgoni Good use case. Definitely feature I want to get to.
@Dreamescaper The streams you are seeing are different then Lambda's response stream. Currently the .NET Lambda runtime client only supports invoking the .NET code and taking the return from the...
@Simonl9l I cloned your repo and although I didn't run it through the GitHub actions I ran same `dotnet lambda package` and `dotnet lambda deployserverless` commands and had no issues....