1.0.0-alpha.3 • Published 8 years ago
generator-radws v1.0.0-alpha.3
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-radwsThen generate your new application:
yo radwsYou 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 ProductCatalogOptionally, 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:StringHandlers
yo radws:handler "Hello World"Routes
yo radws:routeCRUD
License
MIT © Jeff Cooper