1.0.0-alpha.3 • Published 6 years ago

generator-radws v1.0.0-alpha.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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