Skip to content

Instantly share code, notes, and snippets.

@takakabe
Created February 1, 2018 21:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save takakabe/7ada4ae11c2e11b38589ba9e1648bb58 to your computer and use it in GitHub Desktop.
python
import boto3
dynamodb = boto3.client('dynamodb')
response = dynamodb.scan(TableName='kabe_test_table')
print(response)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment