Group
Extension

Matches 1

Amazon-DynamoDB-Simple ( K/KA/KABLAMO/Amazon-DynamoDB-Simple-0.01.tar.gz, KABLAMO, 2015; MetaCPAN )
Amazon-DynamoDB-Simple/lib/Amazon/DynamoDB/Simple.pm ( view source; MetaCPAN )
azon::DynamoDB::Simple;
use Amazon::DynamoDB;
use Carp qw/cluck confess carp croak/;
use DDP;
use JSON::XS;
use Moo;
use Try::Tiny;

our $VERSION="0.01";

=head1 NAME

Amazon::DynamoDB::Simple - Simpl
oDB can't handle complex data structures.  But this module
can because it serializes yer stuff to JSON if needed.

At the moment you cannot use this module against a single dynamodb server.  The
table
eys %item) {
        my $value   = $item{$key};
        $new{$key} = $self->is_valid_json($value)
            ? JSON::XS->new->utf8->pretty->decode($value)
            : $value;
    }

    return %new

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.