Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mattryles on github.
  • I am mattryles (https://keybase.io/mattryles) on keybase.
  • I have a public key ASBMgmJIM7EIu7mnPBqreRu58QxSBXYSn8lpGl1JSP-xvQo

To claim this, I am signing this object:

'use strict';
require('env2')('.env');
const amazon = require('amazon-product-api');
var client = amazon.createClient({
awsId: "ID",
awsSecret: "SECRET",
awsTag: "TAG"
});