- Please search for
TODO:in the code repo to complete the missing implementation - To track your progress, please run
npm run testYou will see the test results
brew install nodebrew install npmnpm install -g aws-cdkgit clone https://github.com/aserour/cdk-hackathon.gitcd cdk-hackathonnpm installnpm run test
For more details on the installation steps:, please visit: https://docs.aws.amazon.com/cdk/latest/guide/work-with-cdk-typescript.html
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
If you need any help on the scope of this hackathon, please checkout below links: Virtual Private Cloud (VPC): https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-ec2.Vpc.html AutoScalingGroup (ASG): https://docs.aws.amazon.com/cdk/api/latest/docs/aws-autoscaling-readme.html Application LoadBalancer (ALB): https://docs.aws.amazon.com/cdk/api/latest/docs/aws-elasticloadbalancingv2-readme.html
https://docs.aws.amazon.com/cdk/latest/guide/core_concepts.html https://docs.aws.amazon.com/cdk/latest/guide/videos.html https://docs.aws.amazon.com/cdk/latest/guide/aspects.html https://github.com/aws-samples/aws-cdk-examples

