Skip to content

Instantly share code, notes, and snippets.

@ccortezb
Created April 1, 2021 03:10
Show Gist options
  • Save ccortezb/0b59f5f62b4d4f795327953b56ca2ed0 to your computer and use it in GitHub Desktop.
Save ccortezb/0b59f5f62b4d4f795327953b56ca2ed0 to your computer and use it in GitHub Desktop.
Create dynamodb table from CLI and JSON definitions
aws dynamodb create-table --cli-input-json file://dynamodbdefinition.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment