Skip to content

Commit a40b2ec

Browse files
authored
Merge pull request #64 from roryj/patch-1
Update MaxItems property in ListFunctions API doc
2 parents 0007a6a + b136c34 commit a40b2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/API_ListFunctions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The region from which the functions are replicated\. For example, if you specify
3333
Pattern: `ALL|[a-z]{2}(-gov)?-[a-z]+-\d{1}`
3434

3535
** [MaxItems](#API_ListFunctions_RequestSyntax) ** <a name="SSS-ListFunctions-request-MaxItems"></a>
36-
Optional integer\. Specifies the maximum number of AWS Lambda functions to return in response\. This parameter value must be greater than 0\.
36+
Optional integer\. Specifies the maximum number of AWS Lambda functions to return in response\. This parameter value must be greater than 0\. The absolute maximum of AWS Lambda functions that can be returned is 50.
3737
Valid Range: Minimum value of 1\. Maximum value of 10000\.
3838

3939
## Request Body<a name="API_ListFunctions_RequestBody"></a>
@@ -129,4 +129,4 @@ For more information about using this API in one of the language\-specific AWS S
129129
+ [AWS SDK for JavaScript](https://docs.aws.amazon.com/goto/AWSJavaScriptSDK/lambda-2015-03-31/ListFunctions)
130130
+ [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/lambda-2015-03-31/ListFunctions)
131131
+ [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/lambda-2015-03-31/ListFunctions)
132-
+ [AWS SDK for Ruby V2](https://docs.aws.amazon.com/goto/SdkForRubyV2/lambda-2015-03-31/ListFunctions)
132+
+ [AWS SDK for Ruby V2](https://docs.aws.amazon.com/goto/SdkForRubyV2/lambda-2015-03-31/ListFunctions)

0 commit comments

Comments
 (0)