You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first instinct would be to copy and paste the entire project dir and change the default-region, but that feels wrong (or is it fine? since we need to create CF resources in the new region). What if a lambda in one region wanted to interact with an AWS resource in another region; is that supported at all?
The text was updated successfully, but these errors were encountered:
I've been reading the docs and see a lot of references to default-region but nothing indicating how to do multi-region.
To use a simple example, if I deployed https://github.com/jorgebastida/gordon/tree/master/examples/simplepython for the first time with a region of
eu-west-1
, what steps should I take to deploy the exact same lambda tous-east-1
?My first instinct would be to copy and paste the entire project dir and change the default-region, but that feels wrong (or is it fine? since we need to create CF resources in the new region). What if a lambda in one region wanted to interact with an AWS resource in another region; is that supported at all?
The text was updated successfully, but these errors were encountered: