Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created July 30, 2020 21:29
Show Gist options
  • Save oxlb/64cd499da7179594264340b03bd13704 to your computer and use it in GitHub Desktop.
Save oxlb/64cd499da7179594264340b03bd13704 to your computer and use it in GitHub Desktop.
cdk error
{
"name": "aurora-cdk",
"version": "0.1.0",
"bin": {
"aurora-cdk": "bin/aurora-cdk.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.52.0",
"@types/jest": "^25.2.1",
"@types/node": "10.17.5",
"jest": "^25.5.0",
"ts-jest": "^25.3.1",
"aws-cdk": "1.52.0",
"ts-node": "^8.1.0",
"typescript": "~3.7.2"
},
"dependencies": {
"@aws-cdk/aws-ec2": "1.55.0",
"@aws-cdk/aws-rds": "1.55.0",
"@aws-cdk/core": "1.52.0",
"source-map-support": "^0.5.16"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment