Skip to content

Commit b1a45de

Browse files
committed
updates
1 parent a61e1c0 commit b1a45de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+757
-508
lines changed

doc_source/API_CreateEventSourceMapping.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Type: Integer
189189
Valid Range: Minimum value of 1\. Maximum value of 10000\.
190190

191191
** [BisectBatchOnFunctionError](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-BisectBatchOnFunctionError"></a>
192-
\(Streams\) If the function returns an error, split the batch in two and retry\.
192+
\(Streams\) If the function returns an error, split the batch in two and retry\. The default value is false\.
193193
Type: Boolean
194194

195195
** [DestinationConfig](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-DestinationConfig"></a>
@@ -215,7 +215,7 @@ The result of the last AWS Lambda invocation of your Lambda function\.
215215
Type: String
216216

217217
** [MaximumBatchingWindowInSeconds](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-MaximumBatchingWindowInSeconds"></a>
218-
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
218+
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\. The default value is zero\.
219219
Type: Integer
220220
Valid Range: Minimum value of 0\. Maximum value of 300\.
221221

@@ -230,7 +230,7 @@ Type: Integer
230230
Valid Range: Minimum value of 0\. Maximum value of 10000\.
231231

232232
** [ParallelizationFactor](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-ParallelizationFactor"></a>
233-
\(Streams\) The number of batches to process from each shard concurrently\.
233+
\(Streams\) The number of batches to process from each shard concurrently\. The default value is 1\.
234234
Type: Integer
235235
Valid Range: Minimum value of 1\. Maximum value of 10\.
236236

doc_source/API_CreateFunction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Required: Yes
150150
** [Runtime](#API_CreateFunction_RequestSyntax) ** <a name="SSS-CreateFunction-request-Runtime"></a>
151151
The identifier of the function's [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)\.
152152
Type: String
153-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
153+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
154154
Required: Yes
155155

156156
** [Tags](#API_CreateFunction_RequestSyntax) ** <a name="SSS-CreateFunction-request-Tags"></a>
@@ -335,7 +335,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
335335
** [Runtime](#API_CreateFunction_ResponseSyntax) ** <a name="SSS-CreateFunction-response-Runtime"></a>
336336
The runtime environment for the Lambda function\.
337337
Type: String
338-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
338+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
339339

340340
** [State](#API_CreateFunction_ResponseSyntax) ** <a name="SSS-CreateFunction-response-State"></a>
341341
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_DeleteEventSourceMapping.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Type: Integer
6666
Valid Range: Minimum value of 1\. Maximum value of 10000\.
6767

6868
** [BisectBatchOnFunctionError](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-BisectBatchOnFunctionError"></a>
69-
\(Streams\) If the function returns an error, split the batch in two and retry\.
69+
\(Streams\) If the function returns an error, split the batch in two and retry\. The default value is false\.
7070
Type: Boolean
7171

7272
** [DestinationConfig](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-DestinationConfig"></a>
@@ -92,7 +92,7 @@ The result of the last AWS Lambda invocation of your Lambda function\.
9292
Type: String
9393

9494
** [MaximumBatchingWindowInSeconds](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-MaximumBatchingWindowInSeconds"></a>
95-
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
95+
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\. The default value is zero\.
9696
Type: Integer
9797
Valid Range: Minimum value of 0\. Maximum value of 300\.
9898

@@ -107,7 +107,7 @@ Type: Integer
107107
Valid Range: Minimum value of 0\. Maximum value of 10000\.
108108

109109
** [ParallelizationFactor](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-ParallelizationFactor"></a>
110-
\(Streams\) The number of batches to process from each shard concurrently\.
110+
\(Streams\) The number of batches to process from each shard concurrently\. The default value is 1\.
111111
Type: Integer
112112
Valid Range: Minimum value of 1\. Maximum value of 10\.
113113

doc_source/API_EventSourceMappingConfiguration.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Valid Range: Minimum value of 1\. Maximum value of 10000\.
1111
Required: No
1212

1313
**BisectBatchOnFunctionError** <a name="SSS-Type-EventSourceMappingConfiguration-BisectBatchOnFunctionError"></a>
14-
\(Streams\) If the function returns an error, split the batch in two and retry\.
14+
\(Streams\) If the function returns an error, split the batch in two and retry\. The default value is false\.
1515
Type: Boolean
1616
Required: No
1717

@@ -43,7 +43,7 @@ Type: String
4343
Required: No
4444

4545
**MaximumBatchingWindowInSeconds** <a name="SSS-Type-EventSourceMappingConfiguration-MaximumBatchingWindowInSeconds"></a>
46-
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
46+
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\. The default value is zero\.
4747
Type: Integer
4848
Valid Range: Minimum value of 0\. Maximum value of 300\.
4949
Required: No
@@ -61,7 +61,7 @@ Valid Range: Minimum value of 0\. Maximum value of 10000\.
6161
Required: No
6262

6363
**ParallelizationFactor** <a name="SSS-Type-EventSourceMappingConfiguration-ParallelizationFactor"></a>
64-
\(Streams\) The number of batches to process from each shard concurrently\.
64+
\(Streams\) The number of batches to process from each shard concurrently\. The default value is 1\.
6565
Type: Integer
6666
Valid Range: Minimum value of 1\. Maximum value of 10\.
6767
Required: No

doc_source/API_FunctionConfiguration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Required: No
115115
**Runtime** <a name="SSS-Type-FunctionConfiguration-Runtime"></a>
116116
The runtime environment for the Lambda function\.
117117
Type: String
118-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
118+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
119119
Required: No
120120

121121
**State** <a name="SSS-Type-FunctionConfiguration-State"></a>

doc_source/API_GetEventSourceMapping.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Type: Integer
6464
Valid Range: Minimum value of 1\. Maximum value of 10000\.
6565

6666
** [BisectBatchOnFunctionError](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-BisectBatchOnFunctionError"></a>
67-
\(Streams\) If the function returns an error, split the batch in two and retry\.
67+
\(Streams\) If the function returns an error, split the batch in two and retry\. The default value is false\.
6868
Type: Boolean
6969

7070
** [DestinationConfig](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-DestinationConfig"></a>
@@ -90,7 +90,7 @@ The result of the last AWS Lambda invocation of your Lambda function\.
9090
Type: String
9191

9292
** [MaximumBatchingWindowInSeconds](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-MaximumBatchingWindowInSeconds"></a>
93-
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
93+
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\. The default value is zero\.
9494
Type: Integer
9595
Valid Range: Minimum value of 0\. Maximum value of 300\.
9696

@@ -105,7 +105,7 @@ Type: Integer
105105
Valid Range: Minimum value of 0\. Maximum value of 10000\.
106106

107107
** [ParallelizationFactor](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-ParallelizationFactor"></a>
108-
\(Streams\) The number of batches to process from each shard concurrently\.
108+
\(Streams\) The number of batches to process from each shard concurrently\. The default value is 1\.
109109
Type: Integer
110110
Valid Range: Minimum value of 1\. Maximum value of 10\.
111111

doc_source/API_GetFunctionConfiguration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
196196
** [Runtime](#API_GetFunctionConfiguration_ResponseSyntax) ** <a name="SSS-GetFunctionConfiguration-response-Runtime"></a>
197197
The runtime environment for the Lambda function\.
198198
Type: String
199-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
199+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
200200

201201
** [State](#API_GetFunctionConfiguration_ResponseSyntax) ** <a name="SSS-GetFunctionConfiguration-response-State"></a>
202202
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_GetLayerVersion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following data is returned in JSON format by the service\.
5858
The layer's compatible runtimes\.
5959
Type: Array of strings
6060
Array Members: Maximum number of 5 items\.
61-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
61+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
6262

6363
** [Content](#API_GetLayerVersion_ResponseSyntax) ** <a name="SSS-GetLayerVersion-response-Content"></a>
6464
Details about the layer version\.

doc_source/API_GetLayerVersionByArn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following data is returned in JSON format by the service\.
5454
The layer's compatible runtimes\.
5555
Type: Array of strings
5656
Array Members: Maximum number of 5 items\.
57-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
57+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
5858

5959
** [Content](#API_GetLayerVersionByArn_ResponseSyntax) ** <a name="SSS-GetLayerVersionByArn-response-Content"></a>
6060
Details about the layer version\.

doc_source/API_LayerVersionsListItem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Details about a version of an [AWS Lambda layer](https://docs.aws.amazon.com/lam
88
The layer's compatible runtimes\.
99
Type: Array of strings
1010
Array Members: Maximum number of 5 items\.
11-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
11+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
1212
Required: No
1313

1414
**CreatedDate** <a name="SSS-Type-LayerVersionsListItem-CreatedDate"></a>

doc_source/API_ListLayerVersions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The request uses the following URI parameters\.
1414

1515
** [CompatibleRuntime](#API_ListLayerVersions_RequestSyntax) ** <a name="SSS-ListLayerVersions-request-CompatibleRuntime"></a>
1616
A runtime identifier\. For example, `go1.x`\.
17-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
17+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
1818

1919
** [LayerName](#API_ListLayerVersions_RequestSyntax) ** <a name="SSS-ListLayerVersions-request-LayerName"></a>
2020
The name or Amazon Resource Name \(ARN\) of the layer\.

doc_source/API_ListLayers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The request uses the following URI parameters\.
1414

1515
** [CompatibleRuntime](#API_ListLayers_RequestSyntax) ** <a name="SSS-ListLayers-request-CompatibleRuntime"></a>
1616
A runtime identifier\. For example, `go1.x`\.
17-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
17+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
1818

1919
** [Marker](#API_ListLayers_RequestSyntax) ** <a name="SSS-ListLayers-request-Marker"></a>
2020
A pagination token returned by a previous call\.

doc_source/API_PublishLayerVersion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The request accepts the following data in JSON format\.
4141
A list of compatible [function runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)\. Used for filtering with [ListLayers](API_ListLayers.md) and [ListLayerVersions](API_ListLayerVersions.md)\.
4242
Type: Array of strings
4343
Array Members: Maximum number of 5 items\.
44-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
44+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
4545
Required: No
4646

4747
** [Content](#API_PublishLayerVersion_RequestSyntax) ** <a name="SSS-PublishLayerVersion-request-Content"></a>
@@ -96,7 +96,7 @@ The following data is returned in JSON format by the service\.
9696
The layer's compatible runtimes\.
9797
Type: Array of strings
9898
Array Members: Maximum number of 5 items\.
99-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
99+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
100100

101101
** [Content](#API_PublishLayerVersion_ResponseSyntax) ** <a name="SSS-PublishLayerVersion-response-Content"></a>
102102
Details about the layer version\.

doc_source/API_PublishVersion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
216216
** [Runtime](#API_PublishVersion_ResponseSyntax) ** <a name="SSS-PublishVersion-response-Runtime"></a>
217217
The runtime environment for the Lambda function\.
218218
Type: String
219-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
219+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
220220

221221
** [State](#API_PublishVersion_ResponseSyntax) ** <a name="SSS-PublishVersion-response-State"></a>
222222
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_UpdateEventSourceMapping.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Type: Integer
154154
Valid Range: Minimum value of 1\. Maximum value of 10000\.
155155

156156
** [BisectBatchOnFunctionError](#API_UpdateEventSourceMapping_ResponseSyntax) ** <a name="SSS-UpdateEventSourceMapping-response-BisectBatchOnFunctionError"></a>
157-
\(Streams\) If the function returns an error, split the batch in two and retry\.
157+
\(Streams\) If the function returns an error, split the batch in two and retry\. The default value is false\.
158158
Type: Boolean
159159

160160
** [DestinationConfig](#API_UpdateEventSourceMapping_ResponseSyntax) ** <a name="SSS-UpdateEventSourceMapping-response-DestinationConfig"></a>
@@ -180,7 +180,7 @@ The result of the last AWS Lambda invocation of your Lambda function\.
180180
Type: String
181181

182182
** [MaximumBatchingWindowInSeconds](#API_UpdateEventSourceMapping_ResponseSyntax) ** <a name="SSS-UpdateEventSourceMapping-response-MaximumBatchingWindowInSeconds"></a>
183-
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
183+
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\. The default value is zero\.
184184
Type: Integer
185185
Valid Range: Minimum value of 0\. Maximum value of 300\.
186186

@@ -195,7 +195,7 @@ Type: Integer
195195
Valid Range: Minimum value of 0\. Maximum value of 10000\.
196196

197197
** [ParallelizationFactor](#API_UpdateEventSourceMapping_ResponseSyntax) ** <a name="SSS-UpdateEventSourceMapping-response-ParallelizationFactor"></a>
198-
\(Streams\) The number of batches to process from each shard concurrently\.
198+
\(Streams\) The number of batches to process from each shard concurrently\. The default value is 1\.
199199
Type: Integer
200200
Valid Range: Minimum value of 1\. Maximum value of 10\.
201201

doc_source/API_UpdateFunctionCode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
241241
** [Runtime](#API_UpdateFunctionCode_ResponseSyntax) ** <a name="SSS-UpdateFunctionCode-response-Runtime"></a>
242242
The runtime environment for the Lambda function\.
243243
Type: String
244-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
244+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
245245

246246
** [State](#API_UpdateFunctionCode_ResponseSyntax) ** <a name="SSS-UpdateFunctionCode-response-State"></a>
247247
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_UpdateFunctionConfiguration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Required: No
130130
** [Runtime](#API_UpdateFunctionConfiguration_RequestSyntax) ** <a name="SSS-UpdateFunctionConfiguration-request-Runtime"></a>
131131
The identifier of the function's [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)\.
132132
Type: String
133-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
133+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
134134
Required: No
135135

136136
** [Timeout](#API_UpdateFunctionConfiguration_RequestSyntax) ** <a name="SSS-UpdateFunctionConfiguration-request-Timeout"></a>
@@ -310,7 +310,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
310310
** [Runtime](#API_UpdateFunctionConfiguration_ResponseSyntax) ** <a name="SSS-UpdateFunctionConfiguration-response-Runtime"></a>
311311
The runtime environment for the Lambda function\.
312312
Type: String
313-
Valid Values:` nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided`
313+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
314314

315315
** [State](#API_UpdateFunctionConfiguration_ResponseSyntax) ** <a name="SSS-UpdateFunctionConfiguration-response-State"></a>
316316
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

0 commit comments

Comments
 (0)