UNPKG

waf-http-api

Version:

A CDK construct that fronts an HTTP API with a CloudFront distribution and protects it with AWS WAF.

32 lines (31 loc) 762 B
{ "name": "waf-http-api-example", "version": "0.1.0", "description": "Example CDK app demonstrating the waf-http-api construct", "bin": { "waf-http-api-example": "build/bin/cdk.js" }, "scripts": { "build": "tsc", "watch": "tsc -w", "test": "jest", "cdk": "cdk", "deploy": "npm run build && npx cdk deploy", "synth": "npm run build && npx cdk synth", "destroy": "npx cdk destroy" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "22.7.9", "aws-cdk": "2.1021.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "~5.6.3" }, "dependencies": { "aws-cdk-lib": "2.200.2", "constructs": "10.0.5", "waf-http-api": "file:../.." } }