cost-monitoring-construct
Version:
A CDK construct that helps track applications' costs separately and receive alerts in case of unpredicted resource usage
29 lines (28 loc) • 616 B
JSON
{
"name": "cost-monitoring-sample",
"version": "0.1.0",
"bin": {
"cost-monitoring-sample": "bin/cost-monitoring-sample.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "18.14.6",
"aws-cdk": "2.69.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"aws-cdk-lib": "2.69.0",
"constructs": "^10.0.0",
"cost-monitoring-construct": "^1.1.0",
"source-map-support": "^0.5.21"
}
}