Multi Regional Deployments #1568
Replies: 1 comment 2 replies
-
Hey @TylerFiekens, this is a wide topic (and interesting one), we could work together on it if you are interested. But just to get the ball rolling for you, some notes: you can deploy the same application to multiple stages with the flag The resources you want to share across regions (like DynamoDB) you'll want to deploy them separately, and set up global tables. But if it's just for caching, then you might actually not want to do that. SQS: if these are the same jobs across regions you'll want one queue. If they are separate, you can duplicate across regions. It really depends on what you want to do. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone 👋,
I'm interested in using this framework to deploy my next project.
I am also planning on deploying to multiple regions, for example; eu-west-1 and us-east-1. How would I go about it?
Thanks for the help. 😄
Beta Was this translation helpful? Give feedback.
All reactions