@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.
@@ -3303,11 +3303,13 @@ class JaypieNextJs extends constructs.Construct {
3303
3303
  nextjsImage: {
3304
3304
  functionProps: {
3305
3305
  paramsAndSecrets,
3306
+ timeout: cdk.Duration.seconds(CDK$2.DURATION.LAMBDA_WORKER),
3306
3307
  },
3307
3308
  },
3308
3309
  nextjsServer: {
3309
3310
  functionProps: {
3310
3311
  paramsAndSecrets,
3312
+ timeout: cdk.Duration.seconds(CDK$2.DURATION.LAMBDA_WORKER),
3311
3313
  },
3312
3314
  },
3313
3315
  },