Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.35 KB

Getting Started with Serverless Stack Toolkit

This project was bootstrapped with Create Serverless Stack.

Start by installing the dependencies.

$ npm install

Commands

npm run build

Build your app and synthesize your stacks.

Generates a build/ directory with the compiled files and a build/cdk.out/ directory with the synthesized CloudFormation stacks.

npm run deploy [stack]

Deploy all your stacks to AWS. Or optionally deploy a specific stack.

npm run remove [stack]

Remove all your stacks and all of their resources from AWS. Or optionally remove a specific stack.

npm test

Runs your tests using Jest. Takes all the Jest CLI options.

Documentation

Learn more about the Serverless Stack Toolkit.

Community

Follow us on Twitter, join our chatroom, or post on our forums.