Prepare the AWS environment
npm run bootstrap
Sync files to AWS
npm run sync
Develop and preview
https://${projectName}.${domainName}
Local development with file sync and test execution
npm start
npm run dev
Run tests locally
npm test
npm run destroy
aws configure
npm install -g aws-cdk
cdk bootstrap aws://ACCOUNT-NUMBER/REGION
npx degit @serverless-toolkit/init