if (FALSE) {
# The following example creates an alias named LIVE that points to version
# 1 of the my-function Lambda function.
svc$create_alias(
Description = "alias for live version of function",
FunctionName = "my-function",
FunctionVersion = "1",
Name = "LIVE"
)
}
Run the code above in your browser using DataLab