List Functions
GET {{aws_lambda_base_url}}/?FunctionVersion&Marker&MasterRegion&MaxItems&Action=ListFunctions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
FunctionVersion | null | Set to ALL to include entries for all published versions of each function. | |
Marker | null | Specify the pagination token that's returned by a previous request to retrieve the next page of results. | |
MasterRegion | null | For Lambda@Edge functions, the AWS Region of the master function. For example, us-east-2 or ALL. If specified, you must set FunctionVersion to ALL. | |
MaxItems | null | Specify a value between 1 and 50 to limit the number of functions in the response. | |
Action | string |