Attach cross account Lambda to CloudFront

Viewed 10

I am trying to attach a Lambda function in another AWS account to the CloudFront on the Origin response but I get below error.

The CloudFront distribution under account <lambda_account> cannot be associated with a Lambda function under a different account: <cloudfront_account>. Function: arn:aws:lambda:us-east-1:<lambda_account>:function:test_edge_lambda:1

Is there any work around to achieve this?

0 Answers
Related