Skip to content

Instantly share code, notes, and snippets.

@ryan-lane
Created February 29, 2016 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan-lane/ed4e8c8d1fe1b6cc2860 to your computer and use it in GitHub Desktop.
Save ryan-lane/ed4e8c8d1fe1b6cc2860 to your computer and use it in GitHub Desktop.
boto3 describe table check
import boto3
client = boto3.client('dynamodb')
client.describe_table(TableName='confidant')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment