cdk-cloudfront-plus CDK构造了一个库,使您可以用JavaScript , TypeScript或Python构建。 样本 import * as cfplus from 'cdk-cloudfront-plus' ; const app = new cdk . App ( ) ; const stack = new cdk . Stack ( app , 'demo-stack' ) ; // prepare the extension const myExtension = new cfplus . ModifyResponseHeader ( stack , 'myext' ) ; // create the cloudfront distribution with extension(s) new cfplus . Distribution ( stack ,