This message was deleted.
# general
s
This message was deleted.
i
it’s a shame the URN doesn’t include the region
basically I’m trying to get this to work:
Copy code
const regions = ['us-west-1', 'us-east-2']
for (const region of regions) {
  const apiStack = createApiStack(new aws.Provider(region, { region  })
}