mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
JAWS Docs
Project layout
This is the scaffolding jaws-cli produces on the new command. It’s bare because all logic has been modularized. Here is a nodejs example:
- back
- .env
- aws_modules
- jaws-core-js
- awsm.json
- package.json
- env
- index.js
- user
- lib
- create
* awsm.json
- handler.js
- index.js
- delete
- get
- cloudformation
- mystage
- us-east-1
- resources-cf.json
- lambdas-cf.json
- mystage
- front
- tests
- admin.env
- jaws.json
JAWS CLI
JAWS is mostly a CLI. The purpose of the jaws-cli is to make the server-less workflow easy. This involves automation to help manage CloudFormation, multiple regions and stages, deployment of Lambda functions, AWS API Gateway endpoints.
See the CLI Docs here