List Aliases
GET {{aws_lambda_base_url}}/?FunctionName&FunctionVersion&Marker&MaxItems&Action=ListAliases
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
FunctionName | null | The name of the Lambda function. | |
FunctionVersion | null | Specify a function version to only list aliases that invoke that version. | |
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 aliases returned. | |
Action | string |