node-awsm:很棒的 AWS 库

时间:2024-07-25 09:15:37
【文件属性】:

文件名称:node-awsm:很棒的 AWS 库

文件大小:46KB

文件格式:ZIP

更新时间:2024-07-25 09:15:37

JavaScript

注意:这个项目目前是 alpha-ish。 Awsm 为您提供了一个类似于 mongodb 的界面来控制 AWS。 就是这样: var aws = require ( "awsm" ) ( require ( "./awsConfig" ) ) . chain ( ) ; // let's go ahead and provision a few ubuntu instances around the globe. aws . regions ( ) . all ( ) . createInstance ( { type : "m3.medium" , imageId : "ami-a73264ce" } ) . start ( ) . then ( function ( err , instances ) { console . log ( instances ) ; } )


【文件预览】:
node-awsm-master
----scripts()
--------flushAWSAccount.sh(1KB)
----lib()
--------utils()
--------route53()
--------base()
--------decorators()
--------chain()
--------cloudfront()
--------index.js(1KB)
--------ec2()
----test()
--------helpers()
--------ec2()
----README.md(8KB)
----makefile(294B)
----docs()
--------pseudo.js(179B)
----.gitignore(47B)
----package.json(908B)

网友评论