This is a Todolist backed up by AWS AppSync and a DynamoDB. It is managed with AWS CDK and my aws-cdk-staging-pipeline
Projen is a very cool framework to automatically synth project files. If you want make changes to git files like .gitignore or the package.json use .projen.js and run
npx projen
For deploy to AWS run:
yarn install
yarn cdkDeploy --all --profile X
For destroy run:
yarn cdkDestroy --all --profile X