UNPKG

aws-lib

Version:

Extensible Node.js library for the Amazon Web Services API

7 lines (5 loc) 266 B
var aws = require("../lib/aws"); prodAdv = aws.createProdAdvClient(yourAccessKeyId, yourSecretAccessKey, yourAssociateTag); prodAdv.call("ItemSearch", {SearchIndex: "Books", Keywords: "Javascript"}, function(err, result) { console.log(JSON.stringify(result)); })