aws-sdk-lambda 1.91.0 → 1.93.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a970f96d365ea49ea108efd537f980f1158a46c31361a70128ef7a9f22eafbde
4
- data.tar.gz: b138e1a5e2a81d5367fef83628e407765b36d4216a0a1f876e214b6015194453
3
+ metadata.gz: 2d1f7e8557ace0749b2513dfa15341bacb7b95fb5309756b328761eee306fb5c
4
+ data.tar.gz: 98c82ef96e61b2e06ea46755ce28fa6f52ce8af9c8cf2e2b7e5b98b67f0ff146
5
5
  SHA512:
6
- metadata.gz: 273a0f68bb3fe8784681f354f436ded79e0a031adb806002ddc3596ae742613183ad92418c495f4c44e48fade74d3bcbba283b351afd0f2a5a8ba279277799b0
7
- data.tar.gz: c7b8f26ac9c33f357ca31c81673ff0f561728056c5a7aa85a915e07beba1bae4dc1eda71ad7bfeb53326b76730f3cd00615fce4f24dc8732e26e51f22907b610
6
+ metadata.gz: df88133b90f6e857392554daa4a17474e3f2c236bb839471cac1eee39ccb074dcbf452cedff85bb1805395836824ea868f34e98bbf4b85acf20bc5afd722915d
7
+ data.tar.gz: f184b426ad8938e54a4d6cb3737c40d4c30fe3c7ccba3ef164cc72b8aaea60c5f9142fc1a58a82b20ad5a5847b731f85d1f1d171590132ebb495435fd4b9fe13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2023-04-07)
5
+ ------------------
6
+
7
+ * Feature - This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
8
+
9
+ 1.92.0 (2023-02-27)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.91.0 (2023-01-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.93.0