Skip to content

Instantly share code, notes, and snippets.

@sebdah
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save sebdah/91b8eb5509a19e7b9401 to your computer and use it in GitHub Desktop.

Select an option

Save sebdah/91b8eb5509a19e7b9401 to your computer and use it in GitHub Desktop.

Revisions

  1. sebdah revised this gist Jun 27, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion connection.py
    Original 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
    is_secure=False) # Disable secure connections
  2. sebdah renamed this gist Jun 27, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. sebdah created this gist Jun 27, 2014.
    8 changes: 8 additions & 0 deletions gistfile1.py
    Original 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