Bryan Hogan
Bryan Hogan
Can't invoke a Lambda function that takes an int as a parameter with `dotnet lambda invoke-function`
### Describe the bug There doesn't seem to be a way to invoke a Lambda function using `dotnet lambda invoke-function` when the parameter to the function is an int. Create...
### Describe the bug When deploying a Lambda function using `dotnet lambda deploy-function`, an error occurs if the option *** No policy, add permissions later *** is chosen. ``` 21)...
### Describe the bug With the .NET SDK 7.0.100-rc.1.22431.12, `dotnet new lambda.EmptyFunction ...` and other templates fail. ``` > dotnet new lambda.EmptyFunction -n MyEmptyFunction Template "Lambda Empty Function" could not...
### Expected Behaviour Logger name should not be lost when object logged has a property called "name". This is lost - `"name": "AWS.Lambda.Powertools.Logging.Logger",` and replaced with `"name": "Alan Adams", `....
### Expected Behaviour For an object `Person`, that has an `Address` I expect to see it logged like this - When logging using `Logger.LogInformation(person, "{Name} and is {Age} years old",...