List Versions By Function
GET {{aws_lambda_base_url}}/?FunctionName&Marker&MaxItems&Action=ListVersionsByFunction
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
FunctionName | null | The name of the Lambda function. | |
Marker | null | Specify the pagination token that's returned by a previous request to retrieve the next page of results. | |
MaxItems | null | Limit the number of versions that are returned. | |
Action | string |