Last active
December 19, 2015 21:09
-
-
Save yuta-imai/6018139 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$client = DynamoDbClient::factory(array( | |
'region' => 'us-west-2', | |
'scheme' => 'http', #httpかhttpsを選ぶ デフォルトはhttp | |
"client.backoff" => false, #falseにするとエラーハンドリングしない | |
'client.backoff.logger' => 'debug' #debug指定するとエラーをdebugする | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment