Steve Bjorg

Results 23 comments of Steve Bjorg

There are a couple of showstopper issues. I have fixes for them locally but have not yet polished them for a pull-request. ## Issue 1 - Set explicit endpoint for...

I spoke a bit too soon. Some more changes were needed. I opened a draft pull-request: https://github.com/graphql-dotnet/graphql-client/pull/287 I also created a sample Blazor WebAssembly app to show how it works:...

Maybe I jumped the gun. Here's what I saw in the CloudWatch logs when I emitted the received event. Notice how `DetailType` is null. ```json { "Version": "0", "Account": "xyz",...

I think I figured it out! The problem stems from this line line: https://github.com/aws/aws-lambda-dotnet/blob/c7cb94721a20efdec9cc98aac7e899848d1f415f/Libraries/src/Amazon.Lambda.Serialization.Json/AwsResolver.cs#L127 The code requires that the serialized type MUST belong to the `Amazon.Lambda.CloudWatchEvents` namespace. I was able...

I ran into the [same issue as well](https://twitter.com/bjorg/status/1548864702255468544?s=20&t=2OsDjR3li3tNL1ze1d1KGQ). Also ARM64, but using 128MB for configuration. It's pretty rare as I've been doing benchmarking of various configuration and deployment options and...

One thing I noticed is that all invocations were short until the one that failed. And it's about the same duration as in the original report.

Also, being able to install via `dotnet tool install` would be nice, but .NET Core support first please! :)

+1 on Blazor WebAssembly. Match made in heaven for Serverless .NET devs.

Use `access_level` in IAM permissions JSON definition to group together related operations by label.