Skip to content

Instantly share code, notes, and snippets.

@yuta-imai
Last active December 19, 2015 21:09
Show Gist options
  • Save yuta-imai/6018139 to your computer and use it in GitHub Desktop.
Save yuta-imai/6018139 to your computer and use it in GitHub Desktop.
<?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