https://github.com/babbel/aws-record-extensions
Various extensions for aws-record gem
https://github.com/babbel/aws-record-extensions
Last synced: 11 months ago
JSON representation
Various extensions for aws-record gem
- Host: GitHub
- URL: https://github.com/babbel/aws-record-extensions
- Owner: babbel
- License: apache-2.0
- Created: 2021-08-19T11:59:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T17:07:03.000Z (over 1 year ago)
- Last Synced: 2025-03-24T23:39:37.193Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 35
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-record-extensions
Various extensions for aws-record gem
# Running specs
```
docker-compose --file docker-compose.yml up -d dynamodb-test
bundle exec rspec spec/
```