Creates an alias.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /2023-03-30/functions/{functionName}/aliases
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
functionName | string | Yes | The function name. | my-func |
body | CreateAliasInput | Yes | The request parameters for creating an alias. |
Response parameters
Examples
Sample success responses
JSON
format
{
"additionalVersionWeight": {
"key": 0.5
},
"aliasName": "prod",
"createdTime": "2006-01-02T15:04:05Z07:00",
"description": "alias for pre env",
"lastModifiedTime": "2006-01-02T15:04:05Z07:00",
"versionId": "1"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||
---|---|---|---|---|---|---|---|---|
2024-02-22 | The internal configuration of the API is changed, but the call is not affected | see changesets | ||||||
| ||||||||
2023-08-30 | API Description Update | see changesets | ||||||
| ||||||||
2023-08-30 | API Description Update. The response structure of the API has changed | see changesets | ||||||
| ||||||||
2023-07-05 | The request parameters of the API has changed | see changesets | ||||||
| ||||||||
2023-06-28 | Add Operation | see changesets |