HOWTO access Amazon DynamoDB with Ruby
HOWTO access Amazon DynamoDB with Ruby. A guide to accessing the Amazon DynamoDB API with v2 of the official AWS SDK for Ruby. Setting up credentials, creating tables, adding items, fetching items, conditional writes, partial updates, scans, queries, secondary indexes, and running DynamoDB locally.
Post a comment