if (FALSE) {
# The following example deletes the provisioned concurrency configuration
# for the GREEN alias of a function named my-function.
svc$delete_provisioned_concurrency_config(
FunctionName = "my-function",
Qualifier = "GREEN"
)
}
Run the code above in your browser using DataLab