Has anyone figured out a workaround for deleting L...
# aws
h
Has anyone figured out a workaround for deleting Lambda@Edge functions along with the associated CloudFront distribution? I get this error:
Copy code
Lambda was unable to delete <arn> because it is a replicated function. Please see our documentation for Deleting Lambda@Edge Functions and Replicas.
I can always delete it after waiting awhile, but thats hard in a CI script.