CHANGELOG.md in aws-sdk-lambda-1.91.0 vs CHANGELOG.md in aws-sdk-lambda-1.92.0
- old
+ new
@@ -1,7 +1,12 @@
Unreleased Changes
------------------
+1.92.0 (2023-02-27)
+------------------
+
+* Feature - This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html.
+
1.91.0 (2023-01-23)
------------------
* Feature - Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs.