if (FALSE) {
# The following example removes the tag with the key name DEPARTMENT tag
# from the my-function Lambda function.
svc$untag_resource(
Resource = "arn:aws:lambda:us-west-2:123456789012:function:my-function",
TagKeys = list(
"DEPARTMENT"
)
)
}
Run the code above in your browser using DataLab