We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f9359 commit cc8723aCopy full SHA for cc8723a
bin/console
@@ -11,5 +11,12 @@ require 'dynamoid'
11
# require "pry"
12
# Pry.start
13
14
+Dynamoid.configure do |config|
15
+ config.access_key = 'REPLACE_WITH_ACCESS_KEY_ID'
16
+ config.secret_key = 'REPLACE_WITH_SECRET_ACCESS_KEY'
17
+ config.region = 'us-west-2'
18
+ config.endpoint = 'http://localhost:8000'
19
+end
20
+
21
require 'irb'
22
IRB.start
0 commit comments