Skip to content

tugcekonuklar/aws-cdk-to-do-app

Repository files navigation

To-Do App AWS CDK Infrastructure as Code

This AWS CDK project was created as some use cases for a simple To-Do website infrastructure as Code.

Here, you can reach my Medium article about Hosting Static Website With S3 Bucket by AWS CDK

If you like the solution, please don't forget to give a star ⭐ and follow me.

Thank you! ❤️

To-Do App Infrastructure

Todo App Infra

To-Do app UI

TO-Do App

Useful commands

The cdk.json file tells the CDK Toolkit how to execute your app.

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About

To-Do application infrastructure code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published