Skip to content

Latest commit

 

History

History
 
 

README.md

How to create an Apollo GraphQL API

An example serverless app created with SST.

Getting Started

Read the tutorial

Install the example.

$ npx create-sst@latest --template=examples/graphql-apollo
# Or with Yarn
$ yarn create sst --template=examples/graphql-apollo

Commands

npm run dev

Starts the local Lambda development environment.

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.

Documentation

Learn more about SST.

Community

Follow us on Twitter or post on our forums.