Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">aliases</a> for a Lambda function.
get/2015-03-31/functions/{FunctionName}/aliases
Path parameters
FunctionNamestring required
<p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>
Query parameters
FunctionVersionstring
Specify a function version to only list aliases that invoke that version.
Markerstring
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
MaxItemsinteger
Limit the number of aliases returned.
Response
Success