aws / aws-lambda-dotnet

Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Apache License 2.0
1.58k stars 477 forks source link

Fixed AwsResolver.CreateProperties() to use logical OR condition when checking for Amazon.Lambda.CloudWatchEvents.CloudWatchEvent type. #1780

Closed ashishdhingra closed 4 months ago

ashishdhingra commented 4 months ago

Issue #, if available: #634

Description of changes: Fixed an issue AwsResolver.CreateProperties() to use logical OR condition when checking for Amazon.Lambda.CloudWatchEvents.CloudWatchEvent type.

Version bump to Amazon.Lambda.Serialization.Json has been done in PR https://github.com/aws/aws-lambda-dotnet/pull/1779.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.