@gradientedge/cdk-utils 8.116.0 → 8.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -355,6 +355,7 @@ class SiteWithEcsBackend extends common_1.CommonConstruct {
355
355
  minTtl: cdk.Duration.seconds(siteCachePolicy.minTtlInSeconds),
356
356
  maxTtl: cdk.Duration.seconds(siteCachePolicy.maxTtlInSeconds),
357
357
  enableAcceptEncodingGzip: siteCachePolicy.enableAcceptEncodingGzip,
358
+ enableAcceptEncodingBrotli: siteCachePolicy.enableAcceptEncodingBrotli,
358
359
  queryStringBehavior: siteCachePolicy.queryStringBehavior,
359
360
  headerBehavior: siteCachePolicy.headerBehavior,
360
361
  cookieBehavior: siteCachePolicy.cookieBehavior,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "8.116.0",
3
+ "version": "8.117.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -418,6 +418,7 @@ export class SiteWithEcsBackend extends CommonConstruct {
418
418
  minTtl: cdk.Duration.seconds(siteCachePolicy.minTtlInSeconds),
419
419
  maxTtl: cdk.Duration.seconds(siteCachePolicy.maxTtlInSeconds),
420
420
  enableAcceptEncodingGzip: siteCachePolicy.enableAcceptEncodingGzip,
421
+ enableAcceptEncodingBrotli: siteCachePolicy.enableAcceptEncodingBrotli,
421
422
  queryStringBehavior: siteCachePolicy.queryStringBehavior,
422
423
  headerBehavior: siteCachePolicy.headerBehavior,
423
424
  cookieBehavior: siteCachePolicy.cookieBehavior,