Skip to content

krishnan-mani/dynamodb-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages