@jaypie/constructs 1.2.8 → 1.2.9

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.
@@ -44,8 +44,8 @@ export interface JaypieDistributionProps extends Omit<cloudfront.DistributionPro
44
44
  /**
45
45
  * Origin read timeout - how long CloudFront waits for a response from the origin.
46
46
  * This is the maximum time allowed for the origin to respond.
47
- * @default CDK.DURATION.CLOUDFRONT_API (180 seconds)
48
- * @max Duration.seconds(180)
47
+ * @default CDK.DURATION.CLOUDFRONT_API (120 seconds)
48
+ * @max Duration.seconds(120)
49
49
  */
50
50
  originReadTimeout?: Duration;
51
51
  /**
package/dist/esm/index.js CHANGED
@@ -103,7 +103,7 @@ const CDK$2 = {
103
103
  },
104
104
  DURATION: {
105
105
  EXPRESS_API: 30,
106
- CLOUDFRONT_API: 180,
106
+ CLOUDFRONT_API: 120,
107
107
  LAMBDA_MAXIMUM: 900,
108
108
  LAMBDA_WORKER: 900,
109
109
  },