Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.15 KB

Tests (in Ruby) to illustrate use of the aws-sdk API for DynamoDB

HOW-TO

  • Get local database imitating DynamoDB: dynamodb-local
  • Run dynamodb-local
  • Run rspec tests
# Run dynamodb-local
$ dynamodb-local --help
$ dynamodb-local &

# Run tests

$ rvm gemset use --create dynamodb-examples
$ rvm current
ruby-2.6.0@dynamodb-examples
$ bundle install --binstubs
$ rspec -f d