Skip to content

Instantly share code, notes, and snippets.

@shio-phys
Created March 1, 2016 06:58
Show Gist options
  • Save shio-phys/70cb701d169432f74271 to your computer and use it in GitHub Desktop.
Save shio-phys/70cb701d169432f74271 to your computer and use it in GitHub Desktop.
record = { original_url: 'http://example.com/item', taskgroup_id: '0001', title: 'sample', price: 1000 }
dynamodb.put_item({ table_name: 'crawled_items', item: record })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment