Skip to content

Instantly share code, notes, and snippets.

@billydh
Last active January 13, 2020 11:00
Show Gist options
  • Select an option

  • Save billydh/62786eaed6e3b48fa9f1aa9df95792b8 to your computer and use it in GitHub Desktop.

Select an option

Save billydh/62786eaed6e3b48fa9f1aa9df95792b8 to your computer and use it in GitHub Desktop.
DynamoDB put item request via aws cli
aws dynamodb put-item --endpoint-url http://localhost:8042 --table-name demo-customer-info \
--item '{"customerId": {"S": "1111"}, "email": {"S": "[email protected]"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment