Skip to content

Commit

Permalink
jakarta isn't ready for primetime
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Aug 26, 2024
1 parent 43f01d1 commit 5b79c30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blog/2024-08-26-hotsock-v1.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Real-time functionality is a core expectation in modern applications. Whether yo

Implementing real-time features often requires integrating with a third-party service and dealing with fixed limits, difficult sales processes, and questionable or unstable SDKs. Plus, you're sending private data out of your systems to external providers that are potentially thousands of miles from you and your customers' geographic locations. And who knows, they might also be using your data to train their latest AI model. 🙄

Starting today, you can install a full-featured, real-time WebSockets service **securely and privately in your own AWS account** in any of the [22 supported commercial AWS regions](/docs/installation/region-support) around the world, with [more regions to come](/docs/installation/region-support/#unsupported-regions) in the future.
Starting today, you can install a full-featured, real-time WebSockets service **securely and privately in your own AWS account** in any of the [21 supported commercial AWS regions](/docs/installation/region-support) around the world, with [more regions to come](/docs/installation/region-support/#unsupported-regions) in the future.

{/* truncate */}

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/region-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The following commercial AWS regions are fully supported for a Hotsock installat
- US West (Oregon) - us-west-2
- Africa (Cape Town) - af-south-1
- Asia Pacific (Hong Kong) - ap-east-1
- Asia Pacific (Jakarta) - ap-southeast-3
- Asia Pacific (Mumbai) - ap-south-1
- Asia Pacific (Osaka) - ap-northeast-3
- Asia Pacific (Seoul) - ap-northeast-2
Expand All @@ -40,6 +39,7 @@ The following commercial AWS regions are fully supported for a Hotsock installat
The following regions are _not_ supported. Please reach out to AWS Support or to your rep to request adding the missing service features in unsupported regions!

- Asia Pacific (Hyderabad) - ap-south-2: Missing Lambda function URLs
- Asia Pacific (Jakarta) - ap-southeast-3: Failure reason currently unknown, working with AWS to determine
- Asia Pacific (Melbourne) - ap-southeast-4: Missing Lambda function URLs
- Canada (Calgary) - ca-west-1: Missing Lambda function URLs
- Europe (Spain) - eu-south-2: Missing Lambda function URLs
Expand Down
2 changes: 1 addition & 1 deletion src/components/landing/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Hero() {
</p>
<p className="flex flex-row items-center space-x-2">
<Certificate />
<span>Supported in 22 regions around the world</span>
<span>Supported in 21 regions around the world</span>
</p>
</div>
</div>
Expand Down

0 comments on commit 5b79c30

Please sign in to comment.