Skip to content

Instantly share code, notes, and snippets.

View mattrayner's full-sized avatar
:octocat:
Tinkering

Matt Rayner mattrayner

:octocat:
Tinkering
View GitHub Profile
@mattrayner
mattrayner / README.md
Created May 18, 2018 21:01 — forked from harlow/README.md
DynamoDB on Travis-CI

DynamoDB on Travis-CI

Leverage docker-compose to boot up the service and set a DYNAMODB_URL as an Env var. As described in the AWS Ruby SDK we can pass in a custom endpoint to the client.

client = Aws::DynamoDB::Client.new(endpoint: ENV['DYNAMODB_URL'])