@jaypie/constructs 1.2.23 → 1.2.24

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.
package/dist/esm/index.js CHANGED
@@ -3269,11 +3269,13 @@ class JaypieNextJs extends Construct {
3269
3269
  nextjsImage: {
3270
3270
  functionProps: {
3271
3271
  paramsAndSecrets,
3272
+ timeout: Duration.seconds(CDK$2.DURATION.LAMBDA_WORKER),
3272
3273
  },
3273
3274
  },
3274
3275
  nextjsServer: {
3275
3276
  functionProps: {
3276
3277
  paramsAndSecrets,
3278
+ timeout: Duration.seconds(CDK$2.DURATION.LAMBDA_WORKER),
3277
3279
  },
3278
3280
  },
3279
3281
  },