aws-sdk-lambda 1.82.0 → 1.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +435 -34
- data/lib/aws-sdk-lambda/client_api.rb +181 -0
- data/lib/aws-sdk-lambda/types.rb +695 -21
- data/lib/aws-sdk-lambda.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9239918e1864c6ac3848899ca2a6c0e4abbe34aea4f82081b4ba66fd8d3e9ba
|
4
|
+
data.tar.gz: 684fc18ed50fb4074416db75db4ab89ad6b97e82ed2d8881b08624c6de4168b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7032e6727215720c0bbca3e046bdfd82ae958a9dee80608e5fdac03a4dbc73d9a27629c3011a0057862102b062e7c7d7480e97c2d9cd939f45e6d76d7beb1d0a
|
7
|
+
data.tar.gz: c40bb0bd61589befbc0a142f9d75f71447d53e76914a145ec523cc3eb8ee8fdfc5ebdc830c7d3c56ce6899c35a42faccf3f4a8c82c8c63d38d7713c0265cc244
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.85.0 (2022-08-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for customization of Consumer Group ID for MSK and Kafka Event Source Mappings.
|
8
|
+
|
9
|
+
1.84.0 (2022-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Lambda releases NodeJs 16 managed runtime to be available in all commercial regions.
|
13
|
+
|
14
|
+
1.83.0 (2022-04-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
|
18
|
+
|
4
19
|
1.82.0 (2022-03-24)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|