Built with SAM, AppSync and TypeScript.
In the project root directory, run:
npm install
-
Rebuild types defined in GraphQL schema (useful during development)
npm run build-schema
-
Build schema and resolvers for deployment
npm run build
-
Build resolvers and SAM template
npm run build && sam build
-
Deploy
sam deploy --guided
Simply run:
sam destroy