Bryan Hogan

Results 5 issues of Bryan Hogan

### 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...

bug
module/lambda-client-lib
queued
p2

### 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)...

bug
module/cli-ext
A
queued

### 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...

bug
pr/needs-review
module/blueprints

### 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", `....

area/logging
need-rfc

### 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",...

area/logging
not-a-bug