Skip to content

Instantly share code, notes, and snippets.

@alexkates
Created July 10, 2021 12:44
Show Gist options
  • Save alexkates/b391b7218d028b0c42a5293981be9fd6 to your computer and use it in GitHub Desktop.
Save alexkates/b391b7218d028b0c42a5293981be9fd6 to your computer and use it in GitHub Desktop.
aws dynamodb put-item \
--table-name Table \
--item '{
"id": {"S": "test123"}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment