hello all, i am trying to deploy an api to region ...
# typescript
c
hello all, i am trying to deploy an api to region A, and hook into a lambda in region B. my issue is that I either use ‘providers’ param, and it deploys to us-west-2 every time, or I use ‘provider’ param and says it isnt allowed across regions. this is what I think will work, but I’m guessing I need some way to make pulumi know that I need the permission resource generated to be region specific. this is possible on the console with a few simple clicks in integrations request screen. it simply allows me to select a different region. and when clicking apply it applies the trigger to the lambda correctly.