Tomonori Usaka

Results 1 issues of Tomonori Usaka

When using DynamoDB QueryAll and ScanAll with callback, it does not work properly. For example, ``` #!/usr/bin/perl use Paws; $dynamo->ScanAll( sub { my ( $item, $name ) = @_; print...

bug