jamlen / typeorm-sst-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Serverless Stack (SST)

This project was bootstrapped with Create Serverless Stack.

Start by installing the dependencies.

$ yarn install

Commands

yarn run start

Starts the local Lambda development environment.

yarn 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.

yarn run deploy [stack]

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

yarn run remove [stack]

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

yarn run test

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

Documentation

Learn more about the Serverless Stack.

Community

Follow us on Twitter or post on our forums.

About


Languages

Language:TypeScript 85.2%Language:JavaScript 9.1%Language:Shell 5.7%