From b136c34f31ad3de12ba5752b8b1742f4218d6032 Mon Sep 17 00:00:00 2001 From: Rory Jacob Date: Thu, 26 Jul 2018 11:28:45 -0700 Subject: [PATCH] Update MaxItems property in ListFunctions API doc Currently, the ListFunctions API doc says that a customer can supply an integer from 0 to 10000. While this is true, the current maximum that will be returned from the AWS Lambda ListFunctions API is 50. This commit updates the documentation so it is more clear. --- doc_source/API_ListFunctions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_source/API_ListFunctions.md b/doc_source/API_ListFunctions.md index e3eb4501..e7a0c6b6 100644 --- a/doc_source/API_ListFunctions.md +++ b/doc_source/API_ListFunctions.md @@ -33,7 +33,7 @@ The region from which the functions are replicated\. For example, if you specify Pattern: `ALL|[a-z]{2}(-gov)?-[a-z]+-\d{1}` ** [MaxItems](#API_ListFunctions_RequestSyntax) ** -Optional integer\. Specifies the maximum number of AWS Lambda functions to return in response\. This parameter value must be greater than 0\. +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. Valid Range: Minimum value of 1\. Maximum value of 10000\. ## Request Body @@ -129,4 +129,4 @@ For more information about using this API in one of the language\-specific AWS S + [AWS SDK for JavaScript](https://docs.aws.amazon.com/goto/AWSJavaScriptSDK/lambda-2015-03-31/ListFunctions) + [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/lambda-2015-03-31/ListFunctions) + [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/lambda-2015-03-31/ListFunctions) -+ [AWS SDK for Ruby V2](https://docs.aws.amazon.com/goto/SdkForRubyV2/lambda-2015-03-31/ListFunctions) \ No newline at end of file ++ [AWS SDK for Ruby V2](https://docs.aws.amazon.com/goto/SdkForRubyV2/lambda-2015-03-31/ListFunctions)