if (FALSE) {
# The following example removes a permissions statement named xaccount
# from the PROD alias of a function named my-function.
svc$remove_permission(
FunctionName = "my-function",
Qualifier = "PROD",
StatementId = "xaccount"
)
}
Run the code above in your browser using DataLab