Skip to content

Commit

Permalink
timestream available in 2 new regions (#178)
Browse files Browse the repository at this point in the history
* Update regions.ts

* Update regions.ts

* Update regions.ts

* fix lint

Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
  • Loading branch information
luanluandehaobaoman and kevinwcyu committed Jul 22, 2022
1 parent 4db29d4 commit abaa3c8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/regions.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export const standardRegions = ['us-east-1', 'us-east-2', 'us-west-2', 'eu-west-1', 'eu-central-1'];
export const standardRegions = [
'us-east-1',
'us-east-2',
'us-west-2',
'eu-west-1',
'eu-central-1',
'ap-southeast-2',
'ap-northeast-1',
];

0 comments on commit abaa3c8

Please sign in to comment.