An example serverless app created with SST.
Install the example.
$ npm init serverless-stack --example rest-api-postgresql
# Or with Yarn
$ yarn create serverless-stack --example rest-api-postgresql
Starts the Live Lambda Development environment.
Build your app and synthesize your stacks.
Deploy all your stacks to AWS. Or optionally deploy, a specific stack.
Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.
Runs your tests using Jest. Takes all the Jest CLI options.
Learn more about the SST.