Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created August 8, 2021 02:38
Show Gist options
  • Save oxlb/69ad4f5ab02643d003827a9f9f3e9a9d to your computer and use it in GitHub Desktop.
Save oxlb/69ad4f5ab02643d003827a9f9f3e9a9d to your computer and use it in GitHub Desktop.
aws --endpoint-url=http://localhost:4566 dynamodb put-item \
--table-name Music \
--item \
'{"Artist": {"S": "No One You Know"}, "SongTitle": {"S": "Call Me Today"}, "AlbumTitle": {"S": "Somewhat Famous"}, "Awards": {"N": "1"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment