Skip to content

Commit

Permalink
Merge pull request #7 from yoonian/master
Browse files Browse the repository at this point in the history
add ap-northeast-2 region
  • Loading branch information
winebarrel committed Apr 9, 2018
2 parents f469a4f + 3037621 commit c1e678e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ddbcli/ddb-endpoint.rb
Expand Up @@ -13,6 +13,7 @@ class Endpoint
'dynamodb.ap-southeast-1.amazonaws.com' => 'ap-southeast-1',
'dynamodb.ap-southeast-2.amazonaws.com' => 'ap-southeast-2',
'dynamodb.ap-northeast-1.amazonaws.com' => 'ap-northeast-1',
'dynamodb.ap-northeast-2.amazonaws.com' => 'ap-northeast-2',
'dynamodb.sa-east-1.amazonaws.com' => 'sa-east-1',
}

Expand Down

0 comments on commit c1e678e

Please sign in to comment.