aws-sdk-lambda 1.92.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: 902020fa9c22059aff8e83bca22cdcf037176d69be189e34e59b4b82d27ff3e3
4
- data.tar.gz: a850ab3ffdff2f44963aecb5a14dcb1e781bb2785fbf5c78583c7edb4e59de93
3
+ metadata.gz: 2d1f7e8557ace0749b2513dfa15341bacb7b95fb5309756b328761eee306fb5c
4
+ data.tar.gz: 98c82ef96e61b2e06ea46755ce28fa6f52ce8af9c8cf2e2b7e5b98b67f0ff146
5
5
  SHA512:
6
- metadata.gz: 8056dc6a60ed44fbcd5c6a048279468027c45cb66c3f7cc957f6c510fc690c6576704dcbe9869553b5d9d0391c28127cb129a28cd48f00570eba01531a4a346c
7
- data.tar.gz: ba8e434a1eeefc952316b920faa754519a466d2f670cd5e2b6e83512b34abff66dec36a40608e3efd633d32f995203dcbd4d18475fa9402222ba747f3972f48f
6
+ metadata.gz: df88133b90f6e857392554daa4a17474e3f2c236bb839471cac1eee39ccb074dcbf452cedff85bb1805395836824ea868f34e98bbf4b85acf20bc5afd722915d
7
+ data.tar.gz: f184b426ad8938e54a4d6cb3737c40d4c30fe3c7ccba3ef164cc72b8aaea60c5f9142fc1a58a82b20ad5a5847b731f85d1f1d171590132ebb495435fd4b9fe13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.92.0 (2023-02-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0