Skip to content

An AWS CDK todolist backend using appsync and dynamodb and a CDK Pipeline

License

Notifications You must be signed in to change notification settings

mmuller88/aws-cdk-todolist

Repository files navigation

aws-cdk-todolist

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

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

AWS CDK

For deploy to AWS run:

yarn install
yarn cdkDeploy --all --profile X

For destroy run:

yarn cdkDestroy --all --profile X

About

An AWS CDK todolist backend using appsync and dynamodb and a CDK Pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published