aws-sdk-lambda 1.76.0 → 1.107.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +158 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +1576 -379
- data/lib/aws-sdk-lambda/client_api.rb +396 -0
- data/lib/aws-sdk-lambda/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-lambda/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-lambda/endpoints.rb +940 -0
- data/lib/aws-sdk-lambda/errors.rb +84 -0
- data/lib/aws-sdk-lambda/event_streams.rb +54 -0
- data/lib/aws-sdk-lambda/plugins/endpoints.rb +200 -0
- data/lib/aws-sdk-lambda/types.rb +1933 -1230
- data/lib/aws-sdk-lambda/waiters.rb +163 -7
- data/lib/aws-sdk-lambda.rb +6 -1
- metadata +9 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e818504c75160a73c13ea072fa701ffbb2aac832cb2359236abb11a2261cbf67
|
4
|
+
data.tar.gz: 968c5f7f69470bd745e04ad0d432dabda273144afcffdefc68ffdd2ad2d2287d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 104125ae425ef37f4090aa28987b848c89aa466f6613f07b95bdfe79d78e43e03b8656990d34ae6d377103600a3f505ab0bd99287dbfb0981333bac3c592d736
|
7
|
+
data.tar.gz: 4c80eb595680df4f2a4bf846ae703a0db8fc14e0fc6cb9f6e29bd6414350abc830a701f80f793a529c5ef0fa953295610970fa58d4dfad2b0d8dcd09244d2253
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,163 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.107.0 (2023-11-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add Node 20 (nodejs20.x) support to AWS Lambda.
|
8
|
+
|
9
|
+
1.106.0 (2023-10-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
|
13
|
+
|
14
|
+
1.105.0 (2023-09-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.104.0 (2023-07-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Add Python 3.11 (python3.11) support to AWS Lambda
|
23
|
+
|
24
|
+
1.103.0 (2023-07-11)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.102.0 (2023-07-06)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.101.0 (2023-06-28)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Surface ResourceConflictException in DeleteEventSourceMapping
|
38
|
+
|
39
|
+
1.100.0 (2023-06-20)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
|
43
|
+
|
44
|
+
1.99.0 (2023-06-15)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.98.0 (2023-06-05)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda.
|
53
|
+
|
54
|
+
1.97.0 (2023-05-31)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.96.0 (2023-04-27)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Add Java 17 (java17) support to AWS Lambda
|
63
|
+
|
64
|
+
1.95.0 (2023-04-17)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Add Python 3.10 (python3.10) support to AWS Lambda
|
68
|
+
|
69
|
+
1.94.0 (2023-04-14)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - This release adds SnapStart related exceptions to InvokeWithResponseStream API. IAM access related documentation is also added for this API.
|
73
|
+
|
74
|
+
1.93.0 (2023-04-07)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* 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.
|
78
|
+
|
79
|
+
1.92.0 (2023-02-27)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* 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.
|
83
|
+
|
84
|
+
1.91.0 (2023-01-23)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* 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.
|
88
|
+
|
89
|
+
1.90.0 (2023-01-18)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
93
|
+
|
94
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
95
|
+
|
96
|
+
1.89.0 (2023-01-12)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
|
100
|
+
|
101
|
+
1.88.0 (2022-11-29)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs
|
105
|
+
|
106
|
+
1.87.0 (2022-11-17)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - Add Node 18 (nodejs18.x) support to AWS Lambda.
|
110
|
+
|
111
|
+
1.86.0 (2022-10-25)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
115
|
+
|
116
|
+
1.85.0 (2022-08-17)
|
117
|
+
------------------
|
118
|
+
|
119
|
+
* Feature - Added support for customization of Consumer Group ID for MSK and Kafka Event Source Mappings.
|
120
|
+
|
121
|
+
1.84.0 (2022-05-12)
|
122
|
+
------------------
|
123
|
+
|
124
|
+
* Feature - Lambda releases NodeJs 16 managed runtime to be available in all commercial regions.
|
125
|
+
|
126
|
+
1.83.0 (2022-04-06)
|
127
|
+
------------------
|
128
|
+
|
129
|
+
* 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.
|
130
|
+
|
131
|
+
1.82.0 (2022-03-24)
|
132
|
+
------------------
|
133
|
+
|
134
|
+
* Feature - Adds support for increased ephemeral storage (/tmp) up to 10GB for Lambda functions. Customers can now provision up to 10 GB of ephemeral storage per function instance, a 20x increase over the previous limit of 512 MB.
|
135
|
+
|
136
|
+
1.81.0 (2022-03-11)
|
137
|
+
------------------
|
138
|
+
|
139
|
+
* Feature - Adds PrincipalOrgID support to AddPermission API. Customers can use it to manage permissions to lambda functions at AWS Organizations level.
|
140
|
+
|
141
|
+
1.80.0 (2022-02-24)
|
142
|
+
------------------
|
143
|
+
|
144
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
145
|
+
|
146
|
+
1.79.0 (2022-02-23)
|
147
|
+
------------------
|
148
|
+
|
149
|
+
* Feature - Lambda releases .NET 6 managed runtime to be available in all commercial regions.
|
150
|
+
|
151
|
+
1.78.0 (2022-02-03)
|
152
|
+
------------------
|
153
|
+
|
154
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
155
|
+
|
156
|
+
1.77.0 (2021-12-21)
|
157
|
+
------------------
|
158
|
+
|
159
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
160
|
+
|
4
161
|
1.76.0 (2021-11-30)
|
5
162
|
------------------
|
6
163
|
|
@@ -470,4 +627,4 @@ Unreleased Changes
|
|
470
627
|
1.0.0.rc1 (2016-12-05)
|
471
628
|
------------------
|
472
629
|
|
473
|
-
* Feature - Initial preview release of the `aws-sdk-lambda` gem.
|
630
|
+
* Feature - Initial preview release of the `aws-sdk-lambda` gem.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.107.0
|