Norm Johanson

Results 182 comments of Norm Johanson

@Swimburger the problem with that approach is how do you match the provided test content with whichever starting content they chose. Ultimately I think what we need to do is...

@ashishdhingra I know about this issue from other conversation channels and this is an important issue for us to figure out how to squeeze in.

I think adding a `KinesisDynamoDbEvent` type in the Kinesis event stream package makes sense to make this use case easier. We should not have it reference the types in the...

@nathanvj this looks to be either a limitation / bug in Lambda's Function URL feature because with the `$top=` querystring parameter the request never even makes into the Lambda function....

I would recommend for .NET integrating with our [Amazon.Lambda.Tools](https://github.com/aws/aws-extensions-for-dotnet-cli/#aws-lambda-amazonlambdatools) tooling for bundling. We use it under the covers for all of our AWS tooling that supports .NET packaging including SAM...

This is on our list of features we want to add to the deploy tool.

This happens when IAM roles get policies added to them outside of the CloudFormation stack. When the delete happens that is essentially calling a CF stack delete and CloudFormation is...

Hi Chris and Robin I just wanted to let you know, this isn't going unheard. I am taking another look at the design of the session provider to see if...

I have been looking at the code trying to find alternatives. I understand the pessimistic lock framework that ASP.NET has defined can really eat up the capacity for the DynamoDB...

Interesting idea to have the session provider having an option to turn on compression. I'd want to avoid taking on a third party dependency for the compression so I would...