generator-radws

1.0.0-alpha.3 • Public • Published

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

/generator-radws/

    Package Sidebar

    Install

    npm i generator-radws

    Weekly Downloads

    0

    Version

    1.0.0-alpha.3

    License

    MIT

    Last publish

    Collaborators

    • cuperman