Last active
August 29, 2015 14:03
-
-
Save sebdah/91b8eb5509a19e7b9401 to your computer and use it in GitHub Desktop.
Revisions
-
sebdah revised this gist
Jun 27, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ aws_secret_access_key='bar', # Dummy secret key host='localhost', # Host where DynamoDB Local resides port=8000, # DynamoDB Local port (8000 is the default) is_secure=False) # Disable secure connections -
sebdah renamed this gist
Jun 27, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sebdah created this gist
Jun 27, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ from boto.dynamodb2.layer1 import DynamoDBConnection connection = DynamoDBConnection( aws_access_key_id='foo', # Dummy access key aws_secret_access_key='bar', # Dummy secret key host='localhost', # Host where DynamoDB Local resides port=8000, # DynamoDB Local port (8000 is the default) is_secure=False) # Disable secure connections