Norm Johanson
Norm Johanson
I manually added unit tests, change size to be a long from an int and added `DataContract` attributes to fix serialization with Newtonsoft. I'll work on getting this PR released...
This PR has been released as part of version 4.1.0 of Amazon.Lambda.CloudWatchEvents. Thanks for the PR!
@rickdgray-dc We have a couple more PRs that are almost done and then we will make a release with all of the changes.
Version [0.14.0](https://github.com/aws/aws-lambda-dotnet/blob/master/RELEASE.CHANGELOG.md#release-2023-08-02) of the tool has been released with the fix.
Closing for lack of activity and I'm pretty sure PR https://github.com/aws/aws-lambda-dotnet/pull/1542 solve this issue.
This PR has been released as part of version 2.1.0 of Amazon.Lambda.CognitoEvents. Thanks for the PR!
The PR with this change has been released as part of version 4.1.0 of Amazon.Lambda.CloudWatchEvents.
Version of 1.8.8 of Amazon.Lambda.RuntimeSupport has been released with the fix. If your functions are deployed as executable, for example using top level statements, then update to the latest version...
I'm closing this because are direction to better support `Microsoft.Extensions.DependencyInjection` is our `Amazon.Lambda.Annotations` framework.
I ended merging the similar https://github.com/aws/aws-lambda-dotnet/pull/899 PR because it allowed users that want the existing behavior to be able to opt in to that behavior. PR 899 was released as...