Subject: | Ability to Specify Region |
Date: | Tue, 4 Feb 2014 19:46:52 +0000 |
To: | "bug-Net-Amazon-DynamoDB [...] rt.cpan.org" <bug-Net-Amazon-DynamoDB [...] rt.cpan.org> |
From: | Derek Maxson <dmaxson [...] frontporch.com> |
Currently, all transactions occur in the primary Amazon region us-east. It would be helpful to be able to place objects into any region through designating a region when connecting. For example:
my $ddb = Net::Amazon::DynamoDB->new(
access_key => $config->{'aws_access_key'},
secret_key => $config->{'aws_secret_key’},
region->$config->{‘aws_region’},
tables => {