npm.io
1.0.0-alpha.3 • Published 8 years ago

generator-radws

Licence
MIT
Version
1.0.0-alpha.3
Deps
4
Vulns
0
Weekly
0
Stars
1

Generator-Radws

Generators for radws applications

Installation

First, install Yeoman and generator-radws using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-radws

Then generate your new application:

yo radws

You will be prompted for a profile and a code bucket. The profile is used when executing aws cli commands, and the code bucket is the s3 bucket that is used to upload your application code.

More Details

Tables
yo radws:table ProductCatalog

Optionally, pass in hash and range key information

yo radws:table Forum --hash Name:String
yo radws:table Thread --hash ForumName:String --range Subject:String
yo radws:table Reply --hash Id:String --range ReplyDateTime:String
Handlers
yo radws:handler "Hello World"
Routes
yo radws:route
CRUD

License

MIT Jeff Cooper