@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
  /**
@@ -135,7 +135,7 @@ const CDK$2 = {
135
135
  },
136
136
  DURATION: {
137
137
  EXPRESS_API: 30,
138
- CLOUDFRONT_API: 180,
138
+ CLOUDFRONT_API: 120,
139
139
  LAMBDA_MAXIMUM: 900,
140
140
  LAMBDA_WORKER: 900,
141
141
  },