From 2ee793877d3f0ce6b05c6079b54472dbb7495304 Mon Sep 17 00:00:00 2001 From: David Mytton Date: Sat, 7 Sep 2024 16:50:18 +0100 Subject: [PATCH] chore: Add London, UK region --- src/content/docs/regions.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/regions.mdx b/src/content/docs/regions.mdx index 224dcd4d..a8e8e3bc 100644 --- a/src/content/docs/regions.mdx +++ b/src/content/docs/regions.mdx @@ -27,6 +27,7 @@ The API is currently deployed to the following regions: | Sydney, Australia | ap-southeast-2 | | Canada (Central) | ca-central-1 | | Dublin, Ireland | eu-west-1 | +| London, UK | eu-west-2 | | Frankfurt, Germany | eu-central-1 | | São Paulo, Brazil | sa-east-1 | @@ -61,6 +62,7 @@ The API is currently deployed to the following regions: | --------------------- | ----------- | | Cleveland, USA | cle1 | | Dublin, Ireland | dub1 | +| London, UK | lon1 | | Frankfurt, Germany | fra1 | | São Paulo, Brazil | gru1 | | Washington, D.C., USA | iad1 |