An example serverless app created with SST.
Install the example.
$ npx create-sst@latest --template=examples/graphql-apollo
# Or with Yarn
$ yarn create sst --template=examples/graphql-apolloStarts the local Lambda development environment.
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.
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 remove a specific stack.
Learn more about SST.