Skip to content

Commit c054fc1

Browse files
authored
Merge pull request #110 from AdobeDocs/regions-patrick
Updating to AWS regions
2 parents b11449a + 85ef767 commit c054fc1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Multiple Regions
2+
Actions are executed in one of three regions on AWS:
23

3-
Actions are executed in one of four regions on Azure:
4-
5-
* `Australia East` (australiaeast) | New South Wales
6-
* `East US 2` (eastus2) | Virgina
7-
* `Southeast Asia` (southeastasia) | Singapore
8-
* `West Europe` (westeurope) | Netherlands
4+
* `US East` (us-east-1) | Northern Virginia
5+
* `EU` (eu-west-1) | Ireland
6+
* `Asia Pacific` (ap-northeast-1) | Tokyo
97

108
## How do we execute your action?
119

@@ -20,8 +18,8 @@ No action is required by the client in order to execute an action on the fastest
2018
The cloud and region in which an action is invoked is available at execution time via environment variables; `__OW_CLOUD` for the cloud, and `__OW_REGION` for the region as seen here:
2119

2220
```javascript
23-
process.env['__OW_CLOUD'] // example output: azure
24-
process.env['__OW_REGION'] // example output: East US 2
21+
process.env['__OW_CLOUD'] // example output: aws
22+
process.env['__OW_REGION'] // example output: us-east-1
2523
```
2624

2725
Please note, that regions can change as part of a failover or due to a permanent platform change. Your application should not work against a hard-coded set of regions and should handle the case when the region you are looking for is not the region where your action is being executed.

0 commit comments

Comments
 (0)