You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@
3
3
* Breaking Change: API Gataway attributes have been moved to the Amazon.Lambda.Annotations.APIGateway namespace.
4
4
* Fix issue with incorrect code being generated when Lambda function return void.
5
5
* Fix issue with CloudFormation template not being sync when all LambdaFunction attributes are removed from code.
6
-
***Amazon.Lambda.S3 (3.0.0)**
6
+
***Amazon.Lambda.S3Events (3.0.0)**
7
7
* Remove dependency from the AWSDK.S3. This reduces deployment bundle size and fixes serialization issues with the SDK enum like classes. This is a small breaking change due to class having different namespaces.
8
+
***Amazon.Lambda.LexV2Events (1.0.1)**
9
+
* Fixed the type of LexV2Interpretation.NluConfidence to double.
0 commit comments