4

我只选择 AWS.firehose 服务来使用 SDK Builder for javascript(此处)。

当尝试从 node.js 使用它时,我运行了以下代码:

var AWS = require('./aws-sdk-2.6.6.min');

并得到这个错误:

/aws-sdk-2.6.6.min.js:7 if(this._events||(this._events={}),"error"===t&&(!this._events.error||s(this. _events.error)&&!this._events.error.length)){if(e=arguments 1 ,e instanceof Error)throw e;var l=new Error('Uncaught, unspecified "error" event. ('+e+" )");throw l.context=e,l}if(r=this._events[t],a(r))return!1;if(i(r))switch(arguments.length){case 1: r.call(this);break;case 2:r.call(this,arguments 1 );break;case 3:r.call(this,arguments 1 ,arguments 2 );break;default:o=Array.prototype。 slice.call(arguments,1),r.apply(this,o)}else if(s(r))for(o=Array.prototype.slice.call(arguments,1),c=r.slice() ,n=c.长度,u=0;u

ReferenceError:AWS 没有在 Object 中定义。(/aws-sdk-2.6.6.min.js:7:25500) 在 Module._compile (module.js:541:32) 在 Object.Module._extensions..js (module.js:550:10) 在Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Module.require (module.js:468:17) ) 在 Object 的 require (internal/module.js:20:19) 处。(/index.js:5:11) 在 Module._compile (module.js:541:32)

这是来自 AWS SDK builder 的错误吗?

我应该包括其他服务吗?

还有比更多的文档吗?

4

0 回答 0