1.0.2 • Published 3 years ago

cococabana v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

coco-cabana

Simpler command-line interface for AWS SAM.

It's been built to pre-compile typescript Lambda Functions before operations such as:

  • sam local invoke
  • sam build

Installation

Install Node.js v12 or higher. Then install coco-cabana with npm:

$ npm install -g coco-cabana

Usage

Check the instructions of the command-line usage by running:

$ coco help

Development

Build this project by running:

$ npm run build

And execute the command-line by running:

$ npm link
$ coco help