No description
Find a file
2022-11-15 20:18:10 -05:00
.idea Multi-deployment argoCD stuff 2022-08-29 12:44:48 -04:00
bin Added ECR repo creation to the cdk stack 2022-08-31 03:14:30 +00:00
lib Removed Cluster Autoscaler 2022-11-15 20:18:10 -05:00
test Setup the EKS blueprints deployment pipeline 2022-08-18 18:09:02 +00:00
.gitignore Setup the EKS blueprints deployment pipeline 2022-08-18 18:09:02 +00:00
.npmignore Setup the EKS blueprints deployment pipeline 2022-08-18 18:09:02 +00:00
cdk.context.json Removed the teams 2022-08-25 20:43:40 +00:00
cdk.json Setup the EKS blueprints deployment pipeline 2022-08-18 18:09:02 +00:00
jest.config.js Setup the EKS blueprints deployment pipeline 2022-08-18 18:09:02 +00:00
package-lock.json Updated to CDK version 2.50.0 and upgraded EKS-Blueprints version 2022-11-15 17:19:44 -05:00
package.json Updated to CDK version 2.50.0 and upgraded EKS-Blueprints version 2022-11-15 17:19:44 -05:00
README.md Setup the EKS blueprints deployment pipeline 2022-08-18 18:09:02 +00:00
tsconfig.json Setup the EKS blueprints deployment pipeline 2022-08-18 18:09:02 +00:00

Welcome to your CDK TypeScript project

This is a blank project for CDK development with TypeScript.

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

Useful commands

  • 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