Multi-Account API Gateway Integration with Private API Gateways in different VPCs

Viewed 1003

We have two AWS Accounts with bunch of private API Gateways (backed by lambda, cognito etc). We would like to access these api gateway via public one (via proxy feature of api gateway). I have done integration with public ones without any issue. But now we would like to these setup.

enter image description here

What would be the best approach here ?

We would like to keep cost minimum. I have shown only important components here for simplicity.

1 Answers
Related