cdk-nextjs 0.1.3 → 0.2.1
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/.jsii +120 -88
- package/API.md +60 -38
- package/assets/lambdas/assets-deployment/assets-deployment.lambda/assets-deployment.Dockerfile +1 -1
- package/assets/lambdas/assets-deployment/assets-deployment.lambda/index.js +18 -8
- package/assets/lambdas/assets-deployment/assets-deployment.lambda/patch-fetch.js +1 -0
- package/docs/breaking-changes.md +12 -0
- package/lib/generated-structs/OptionalNextjsAssetsDeploymentProps.d.ts +5 -0
- package/lib/generated-structs/OptionalNextjsAssetsDeploymentProps.js +1 -1
- package/lib/generated-structs/OptionalNextjsDistributionProps.d.ts +7 -7
- package/lib/generated-structs/OptionalNextjsDistributionProps.js +1 -1
- package/lib/lambdas/assets-deployment/assets-deployment.lambda.js +16 -8
- package/lib/lambdas/assets-deployment/fs-to-s3.d.ts +12 -1
- package/lib/lambdas/assets-deployment/fs-to-s3.js +16 -3
- package/lib/nextjs-assets-deployment.d.ts +7 -4
- package/lib/nextjs-assets-deployment.js +3 -2
- package/lib/nextjs-build/nextjs-build.js +1 -1
- package/lib/nextjs-compute/nextjs-containers.js +1 -1
- package/lib/nextjs-compute/nextjs-functions.js +1 -1
- package/lib/nextjs-distribution.d.ts +9 -15
- package/lib/nextjs-distribution.js +15 -84
- package/lib/nextjs-file-system.js +1 -1
- package/lib/nextjs-invalidation.js +1 -1
- package/lib/nextjs-revalidation.js +1 -1
- package/lib/nextjs-static-assets.js +1 -1
- package/lib/nextjs-vpc.js +1 -1
- package/lib/root-constructs/nextjs-global-containers.js +5 -4
- package/lib/root-constructs/nextjs-global-functions.js +5 -5
- package/lib/root-constructs/nextjs-regional-containers.js +4 -3
- package/package.json +4 -7
- package/assets/lambdas/sign-fn-url/sign-fn-url.edge-lambda/index.js +0 -2024
- package/lib/lambdas/sign-fn-url/sign-fn-url-function.d.ts +0 -13
- package/lib/lambdas/sign-fn-url/sign-fn-url-function.js +0 -23
- package/lib/lambdas/sign-fn-url/sign-fn-url.edge-lambda.d.ts +0 -9
- package/lib/lambdas/sign-fn-url/sign-fn-url.edge-lambda.js +0 -35
- package/lib/lambdas/sign-fn-url/sign-request.d.ts +0 -28
- package/lib/lambdas/sign-fn-url/sign-request.js +0 -119
- package/lib/lambdas/sign-fn-url/sign-request.test.d.ts +0 -1
- package/lib/lambdas/sign-fn-url/sign-request.test.js +0 -129
package/.jsii
CHANGED
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
"kind": "interface",
|
|
4365
4365
|
"locationInModule": {
|
|
4366
4366
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4367
|
-
"line":
|
|
4367
|
+
"line": 24
|
|
4368
4368
|
},
|
|
4369
4369
|
"name": "NextjsAssetDeploymentOverrides",
|
|
4370
4370
|
"properties": [
|
|
@@ -4376,7 +4376,7 @@
|
|
|
4376
4376
|
"immutable": true,
|
|
4377
4377
|
"locationInModule": {
|
|
4378
4378
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4379
|
-
"line":
|
|
4379
|
+
"line": 25
|
|
4380
4380
|
},
|
|
4381
4381
|
"name": "dockerImageFunctionProps",
|
|
4382
4382
|
"optional": true,
|
|
@@ -4401,7 +4401,7 @@
|
|
|
4401
4401
|
},
|
|
4402
4402
|
"locationInModule": {
|
|
4403
4403
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4404
|
-
"line":
|
|
4404
|
+
"line": 136
|
|
4405
4405
|
},
|
|
4406
4406
|
"parameters": [
|
|
4407
4407
|
{
|
|
@@ -4427,7 +4427,7 @@
|
|
|
4427
4427
|
"kind": "class",
|
|
4428
4428
|
"locationInModule": {
|
|
4429
4429
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4430
|
-
"line":
|
|
4430
|
+
"line": 126
|
|
4431
4431
|
},
|
|
4432
4432
|
"name": "NextjsAssetsDeployment",
|
|
4433
4433
|
"properties": [
|
|
@@ -4437,7 +4437,7 @@
|
|
|
4437
4437
|
},
|
|
4438
4438
|
"locationInModule": {
|
|
4439
4439
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4440
|
-
"line":
|
|
4440
|
+
"line": 127
|
|
4441
4441
|
},
|
|
4442
4442
|
"name": "customResource",
|
|
4443
4443
|
"type": {
|
|
@@ -4450,7 +4450,7 @@
|
|
|
4450
4450
|
},
|
|
4451
4451
|
"locationInModule": {
|
|
4452
4452
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4453
|
-
"line":
|
|
4453
|
+
"line": 128
|
|
4454
4454
|
},
|
|
4455
4455
|
"name": "dockerImageFunction",
|
|
4456
4456
|
"type": {
|
|
@@ -4464,7 +4464,7 @@
|
|
|
4464
4464
|
},
|
|
4465
4465
|
"locationInModule": {
|
|
4466
4466
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4467
|
-
"line":
|
|
4467
|
+
"line": 132
|
|
4468
4468
|
},
|
|
4469
4469
|
"name": "previewModeId",
|
|
4470
4470
|
"type": {
|
|
@@ -4484,7 +4484,7 @@
|
|
|
4484
4484
|
"kind": "interface",
|
|
4485
4485
|
"locationInModule": {
|
|
4486
4486
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4487
|
-
"line":
|
|
4487
|
+
"line": 28
|
|
4488
4488
|
},
|
|
4489
4489
|
"name": "NextjsAssetsDeploymentProps",
|
|
4490
4490
|
"properties": [
|
|
@@ -4496,7 +4496,7 @@
|
|
|
4496
4496
|
"immutable": true,
|
|
4497
4497
|
"locationInModule": {
|
|
4498
4498
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4499
|
-
"line":
|
|
4499
|
+
"line": 29
|
|
4500
4500
|
},
|
|
4501
4501
|
"name": "accessPoint",
|
|
4502
4502
|
"type": {
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
"immutable": true,
|
|
4513
4513
|
"locationInModule": {
|
|
4514
4514
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4515
|
-
"line":
|
|
4515
|
+
"line": 33
|
|
4516
4516
|
},
|
|
4517
4517
|
"name": "buildImageDigest",
|
|
4518
4518
|
"type": {
|
|
@@ -4528,7 +4528,7 @@
|
|
|
4528
4528
|
"immutable": true,
|
|
4529
4529
|
"locationInModule": {
|
|
4530
4530
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4531
|
-
"line":
|
|
4531
|
+
"line": 37
|
|
4532
4532
|
},
|
|
4533
4533
|
"name": "containerMountPathForEfs",
|
|
4534
4534
|
"type": {
|
|
@@ -4543,7 +4543,7 @@
|
|
|
4543
4543
|
"immutable": true,
|
|
4544
4544
|
"locationInModule": {
|
|
4545
4545
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4546
|
-
"line":
|
|
4546
|
+
"line": 42
|
|
4547
4547
|
},
|
|
4548
4548
|
"name": "dockerImageCode",
|
|
4549
4549
|
"type": {
|
|
@@ -4558,7 +4558,22 @@
|
|
|
4558
4558
|
"immutable": true,
|
|
4559
4559
|
"locationInModule": {
|
|
4560
4560
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4561
|
-
"line":
|
|
4561
|
+
"line": 43
|
|
4562
|
+
},
|
|
4563
|
+
"name": "nextjsType",
|
|
4564
|
+
"type": {
|
|
4565
|
+
"fqn": "cdk-nextjs.NextjsType"
|
|
4566
|
+
}
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"abstract": true,
|
|
4570
|
+
"docs": {
|
|
4571
|
+
"stability": "stable"
|
|
4572
|
+
},
|
|
4573
|
+
"immutable": true,
|
|
4574
|
+
"locationInModule": {
|
|
4575
|
+
"filename": "src/nextjs-assets-deployment.ts",
|
|
4576
|
+
"line": 53
|
|
4562
4577
|
},
|
|
4563
4578
|
"name": "vpc",
|
|
4564
4579
|
"type": {
|
|
@@ -4574,7 +4589,7 @@
|
|
|
4574
4589
|
"immutable": true,
|
|
4575
4590
|
"locationInModule": {
|
|
4576
4591
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4577
|
-
"line":
|
|
4592
|
+
"line": 41
|
|
4578
4593
|
},
|
|
4579
4594
|
"name": "debug",
|
|
4580
4595
|
"optional": true,
|
|
@@ -4590,7 +4605,7 @@
|
|
|
4590
4605
|
"immutable": true,
|
|
4591
4606
|
"locationInModule": {
|
|
4592
4607
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4593
|
-
"line":
|
|
4608
|
+
"line": 44
|
|
4594
4609
|
},
|
|
4595
4610
|
"name": "overrides",
|
|
4596
4611
|
"optional": true,
|
|
@@ -4607,7 +4622,7 @@
|
|
|
4607
4622
|
"immutable": true,
|
|
4608
4623
|
"locationInModule": {
|
|
4609
4624
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4610
|
-
"line":
|
|
4625
|
+
"line": 48
|
|
4611
4626
|
},
|
|
4612
4627
|
"name": "relativePathToWorkspace",
|
|
4613
4628
|
"optional": true,
|
|
@@ -4624,7 +4639,7 @@
|
|
|
4624
4639
|
"immutable": true,
|
|
4625
4640
|
"locationInModule": {
|
|
4626
4641
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4627
|
-
"line":
|
|
4642
|
+
"line": 52
|
|
4628
4643
|
},
|
|
4629
4644
|
"name": "staticAssetsBucket",
|
|
4630
4645
|
"optional": true,
|
|
@@ -5400,7 +5415,7 @@
|
|
|
5400
5415
|
},
|
|
5401
5416
|
"locationInModule": {
|
|
5402
5417
|
"filename": "src/nextjs-distribution.ts",
|
|
5403
|
-
"line":
|
|
5418
|
+
"line": 130
|
|
5404
5419
|
},
|
|
5405
5420
|
"parameters": [
|
|
5406
5421
|
{
|
|
@@ -5426,7 +5441,7 @@
|
|
|
5426
5441
|
"kind": "class",
|
|
5427
5442
|
"locationInModule": {
|
|
5428
5443
|
"filename": "src/nextjs-distribution.ts",
|
|
5429
|
-
"line":
|
|
5444
|
+
"line": 94
|
|
5430
5445
|
},
|
|
5431
5446
|
"name": "NextjsDistribution",
|
|
5432
5447
|
"properties": [
|
|
@@ -5436,7 +5451,7 @@
|
|
|
5436
5451
|
},
|
|
5437
5452
|
"locationInModule": {
|
|
5438
5453
|
"filename": "src/nextjs-distribution.ts",
|
|
5439
|
-
"line":
|
|
5454
|
+
"line": 95
|
|
5440
5455
|
},
|
|
5441
5456
|
"name": "distribution",
|
|
5442
5457
|
"type": {
|
|
@@ -5456,7 +5471,7 @@
|
|
|
5456
5471
|
"kind": "interface",
|
|
5457
5472
|
"locationInModule": {
|
|
5458
5473
|
"filename": "src/nextjs-distribution.ts",
|
|
5459
|
-
"line":
|
|
5474
|
+
"line": 47
|
|
5460
5475
|
},
|
|
5461
5476
|
"name": "NextjsDistributionOverrides",
|
|
5462
5477
|
"properties": [
|
|
@@ -5468,7 +5483,7 @@
|
|
|
5468
5483
|
"immutable": true,
|
|
5469
5484
|
"locationInModule": {
|
|
5470
5485
|
"filename": "src/nextjs-distribution.ts",
|
|
5471
|
-
"line":
|
|
5486
|
+
"line": 48
|
|
5472
5487
|
},
|
|
5473
5488
|
"name": "distributionProps",
|
|
5474
5489
|
"optional": true,
|
|
@@ -5484,7 +5499,7 @@
|
|
|
5484
5499
|
"immutable": true,
|
|
5485
5500
|
"locationInModule": {
|
|
5486
5501
|
"filename": "src/nextjs-distribution.ts",
|
|
5487
|
-
"line":
|
|
5502
|
+
"line": 52
|
|
5488
5503
|
},
|
|
5489
5504
|
"name": "dynamicBehaviorOptions",
|
|
5490
5505
|
"optional": true,
|
|
@@ -5500,7 +5515,7 @@
|
|
|
5500
5515
|
"immutable": true,
|
|
5501
5516
|
"locationInModule": {
|
|
5502
5517
|
"filename": "src/nextjs-distribution.ts",
|
|
5503
|
-
"line":
|
|
5518
|
+
"line": 53
|
|
5504
5519
|
},
|
|
5505
5520
|
"name": "dynamicCachePolicyProps",
|
|
5506
5521
|
"optional": true,
|
|
@@ -5516,12 +5531,12 @@
|
|
|
5516
5531
|
"immutable": true,
|
|
5517
5532
|
"locationInModule": {
|
|
5518
5533
|
"filename": "src/nextjs-distribution.ts",
|
|
5519
|
-
"line":
|
|
5534
|
+
"line": 55
|
|
5520
5535
|
},
|
|
5521
|
-
"name": "
|
|
5536
|
+
"name": "dynamicFunctionUrlOriginWithOACProps",
|
|
5522
5537
|
"optional": true,
|
|
5523
5538
|
"type": {
|
|
5524
|
-
"fqn": "aws-cdk-lib.aws_cloudfront_origins.
|
|
5539
|
+
"fqn": "aws-cdk-lib.aws_cloudfront_origins.FunctionUrlOriginWithOACProps"
|
|
5525
5540
|
}
|
|
5526
5541
|
},
|
|
5527
5542
|
{
|
|
@@ -5534,10 +5549,10 @@
|
|
|
5534
5549
|
"filename": "src/nextjs-distribution.ts",
|
|
5535
5550
|
"line": 56
|
|
5536
5551
|
},
|
|
5537
|
-
"name": "
|
|
5552
|
+
"name": "dynamicLoadBalancerV2OriginProps",
|
|
5538
5553
|
"optional": true,
|
|
5539
5554
|
"type": {
|
|
5540
|
-
"fqn": "aws-cdk-lib.
|
|
5555
|
+
"fqn": "aws-cdk-lib.aws_cloudfront_origins.LoadBalancerV2OriginProps"
|
|
5541
5556
|
}
|
|
5542
5557
|
},
|
|
5543
5558
|
{
|
|
@@ -5548,12 +5563,12 @@
|
|
|
5548
5563
|
"immutable": true,
|
|
5549
5564
|
"locationInModule": {
|
|
5550
5565
|
"filename": "src/nextjs-distribution.ts",
|
|
5551
|
-
"line":
|
|
5566
|
+
"line": 54
|
|
5552
5567
|
},
|
|
5553
|
-
"name": "
|
|
5568
|
+
"name": "dynamicResponseHeadersPolicyProps",
|
|
5554
5569
|
"optional": true,
|
|
5555
5570
|
"type": {
|
|
5556
|
-
"fqn": "cdk-
|
|
5571
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.ResponseHeadersPolicyProps"
|
|
5557
5572
|
}
|
|
5558
5573
|
},
|
|
5559
5574
|
{
|
|
@@ -5564,7 +5579,7 @@
|
|
|
5564
5579
|
"immutable": true,
|
|
5565
5580
|
"locationInModule": {
|
|
5566
5581
|
"filename": "src/nextjs-distribution.ts",
|
|
5567
|
-
"line":
|
|
5582
|
+
"line": 49
|
|
5568
5583
|
},
|
|
5569
5584
|
"name": "imageBehaviorOptions",
|
|
5570
5585
|
"optional": true,
|
|
@@ -5580,7 +5595,7 @@
|
|
|
5580
5595
|
"immutable": true,
|
|
5581
5596
|
"locationInModule": {
|
|
5582
5597
|
"filename": "src/nextjs-distribution.ts",
|
|
5583
|
-
"line":
|
|
5598
|
+
"line": 50
|
|
5584
5599
|
},
|
|
5585
5600
|
"name": "imageCachePolicyProps",
|
|
5586
5601
|
"optional": true,
|
|
@@ -5596,7 +5611,7 @@
|
|
|
5596
5611
|
"immutable": true,
|
|
5597
5612
|
"locationInModule": {
|
|
5598
5613
|
"filename": "src/nextjs-distribution.ts",
|
|
5599
|
-
"line":
|
|
5614
|
+
"line": 51
|
|
5600
5615
|
},
|
|
5601
5616
|
"name": "imageResponseHeadersPolicyProps",
|
|
5602
5617
|
"optional": true,
|
|
@@ -5612,7 +5627,7 @@
|
|
|
5612
5627
|
"immutable": true,
|
|
5613
5628
|
"locationInModule": {
|
|
5614
5629
|
"filename": "src/nextjs-distribution.ts",
|
|
5615
|
-
"line":
|
|
5630
|
+
"line": 59
|
|
5616
5631
|
},
|
|
5617
5632
|
"name": "s3BucketOriginProps",
|
|
5618
5633
|
"optional": true,
|
|
@@ -5628,7 +5643,7 @@
|
|
|
5628
5643
|
"immutable": true,
|
|
5629
5644
|
"locationInModule": {
|
|
5630
5645
|
"filename": "src/nextjs-distribution.ts",
|
|
5631
|
-
"line":
|
|
5646
|
+
"line": 57
|
|
5632
5647
|
},
|
|
5633
5648
|
"name": "staticBehaviorOptions",
|
|
5634
5649
|
"optional": true,
|
|
@@ -5644,7 +5659,7 @@
|
|
|
5644
5659
|
"immutable": true,
|
|
5645
5660
|
"locationInModule": {
|
|
5646
5661
|
"filename": "src/nextjs-distribution.ts",
|
|
5647
|
-
"line":
|
|
5662
|
+
"line": 58
|
|
5648
5663
|
},
|
|
5649
5664
|
"name": "staticResponseHeadersPolicyProps",
|
|
5650
5665
|
"optional": true,
|
|
@@ -5665,7 +5680,7 @@
|
|
|
5665
5680
|
"kind": "interface",
|
|
5666
5681
|
"locationInModule": {
|
|
5667
5682
|
"filename": "src/nextjs-distribution.ts",
|
|
5668
|
-
"line":
|
|
5683
|
+
"line": 62
|
|
5669
5684
|
},
|
|
5670
5685
|
"name": "NextjsDistributionProps",
|
|
5671
5686
|
"properties": [
|
|
@@ -5679,29 +5694,13 @@
|
|
|
5679
5694
|
"immutable": true,
|
|
5680
5695
|
"locationInModule": {
|
|
5681
5696
|
"filename": "src/nextjs-distribution.ts",
|
|
5682
|
-
"line":
|
|
5697
|
+
"line": 67
|
|
5683
5698
|
},
|
|
5684
5699
|
"name": "assetsBucket",
|
|
5685
5700
|
"type": {
|
|
5686
5701
|
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
5687
5702
|
}
|
|
5688
5703
|
},
|
|
5689
|
-
{
|
|
5690
|
-
"abstract": true,
|
|
5691
|
-
"docs": {
|
|
5692
|
-
"stability": "stable",
|
|
5693
|
-
"summary": "Dynamic (Next.js server) URL to add behavior to distribution."
|
|
5694
|
-
},
|
|
5695
|
-
"immutable": true,
|
|
5696
|
-
"locationInModule": {
|
|
5697
|
-
"filename": "src/nextjs-distribution.ts",
|
|
5698
|
-
"line": 78
|
|
5699
|
-
},
|
|
5700
|
-
"name": "dynamicUrl",
|
|
5701
|
-
"type": {
|
|
5702
|
-
"primitive": "string"
|
|
5703
|
-
}
|
|
5704
|
-
},
|
|
5705
5704
|
{
|
|
5706
5705
|
"abstract": true,
|
|
5707
5706
|
"docs": {
|
|
@@ -5710,7 +5709,7 @@
|
|
|
5710
5709
|
"immutable": true,
|
|
5711
5710
|
"locationInModule": {
|
|
5712
5711
|
"filename": "src/nextjs-distribution.ts",
|
|
5713
|
-
"line":
|
|
5712
|
+
"line": 82
|
|
5714
5713
|
},
|
|
5715
5714
|
"name": "nextjsType",
|
|
5716
5715
|
"type": {
|
|
@@ -5726,7 +5725,7 @@
|
|
|
5726
5725
|
"immutable": true,
|
|
5727
5726
|
"locationInModule": {
|
|
5728
5727
|
"filename": "src/nextjs-distribution.ts",
|
|
5729
|
-
"line":
|
|
5728
|
+
"line": 91
|
|
5730
5729
|
},
|
|
5731
5730
|
"name": "publicDirEntries",
|
|
5732
5731
|
"type": {
|
|
@@ -5746,7 +5745,7 @@
|
|
|
5746
5745
|
"immutable": true,
|
|
5747
5746
|
"locationInModule": {
|
|
5748
5747
|
"filename": "src/nextjs-distribution.ts",
|
|
5749
|
-
"line":
|
|
5748
|
+
"line": 68
|
|
5750
5749
|
},
|
|
5751
5750
|
"name": "basePath",
|
|
5752
5751
|
"optional": true,
|
|
@@ -5763,7 +5762,7 @@
|
|
|
5763
5762
|
"immutable": true,
|
|
5764
5763
|
"locationInModule": {
|
|
5765
5764
|
"filename": "src/nextjs-distribution.ts",
|
|
5766
|
-
"line":
|
|
5765
|
+
"line": 72
|
|
5767
5766
|
},
|
|
5768
5767
|
"name": "certificate",
|
|
5769
5768
|
"optional": true,
|
|
@@ -5779,7 +5778,7 @@
|
|
|
5779
5778
|
"immutable": true,
|
|
5780
5779
|
"locationInModule": {
|
|
5781
5780
|
"filename": "src/nextjs-distribution.ts",
|
|
5782
|
-
"line":
|
|
5781
|
+
"line": 73
|
|
5783
5782
|
},
|
|
5784
5783
|
"name": "distribution",
|
|
5785
5784
|
"optional": true,
|
|
@@ -5796,12 +5795,29 @@
|
|
|
5796
5795
|
"immutable": true,
|
|
5797
5796
|
"locationInModule": {
|
|
5798
5797
|
"filename": "src/nextjs-distribution.ts",
|
|
5799
|
-
"line":
|
|
5798
|
+
"line": 77
|
|
5800
5799
|
},
|
|
5801
|
-
"name": "
|
|
5800
|
+
"name": "functionUrl",
|
|
5802
5801
|
"optional": true,
|
|
5803
5802
|
"type": {
|
|
5804
|
-
"
|
|
5803
|
+
"fqn": "aws-cdk-lib.aws_lambda.IFunctionUrl"
|
|
5804
|
+
}
|
|
5805
|
+
},
|
|
5806
|
+
{
|
|
5807
|
+
"abstract": true,
|
|
5808
|
+
"docs": {
|
|
5809
|
+
"stability": "stable",
|
|
5810
|
+
"summary": "Required if `NextjsType.GLOBAL_CONTAINERS` or `NextjsType.REGIONAL_CONTAINERS`."
|
|
5811
|
+
},
|
|
5812
|
+
"immutable": true,
|
|
5813
|
+
"locationInModule": {
|
|
5814
|
+
"filename": "src/nextjs-distribution.ts",
|
|
5815
|
+
"line": 81
|
|
5816
|
+
},
|
|
5817
|
+
"name": "loadBalancer",
|
|
5818
|
+
"optional": true,
|
|
5819
|
+
"type": {
|
|
5820
|
+
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ILoadBalancerV2"
|
|
5805
5821
|
}
|
|
5806
5822
|
},
|
|
5807
5823
|
{
|
|
@@ -5813,7 +5829,7 @@
|
|
|
5813
5829
|
"immutable": true,
|
|
5814
5830
|
"locationInModule": {
|
|
5815
5831
|
"filename": "src/nextjs-distribution.ts",
|
|
5816
|
-
"line":
|
|
5832
|
+
"line": 86
|
|
5817
5833
|
},
|
|
5818
5834
|
"name": "overrides",
|
|
5819
5835
|
"optional": true,
|
|
@@ -12434,7 +12450,7 @@
|
|
|
12434
12450
|
"kind": "interface",
|
|
12435
12451
|
"locationInModule": {
|
|
12436
12452
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12437
|
-
"line":
|
|
12453
|
+
"line": 8
|
|
12438
12454
|
},
|
|
12439
12455
|
"name": "OptionalNextjsAssetsDeploymentProps",
|
|
12440
12456
|
"properties": [
|
|
@@ -12446,7 +12462,7 @@
|
|
|
12446
12462
|
"immutable": true,
|
|
12447
12463
|
"locationInModule": {
|
|
12448
12464
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12449
|
-
"line":
|
|
12465
|
+
"line": 46
|
|
12450
12466
|
},
|
|
12451
12467
|
"name": "accessPoint",
|
|
12452
12468
|
"optional": true,
|
|
@@ -12462,7 +12478,7 @@
|
|
|
12462
12478
|
"immutable": true,
|
|
12463
12479
|
"locationInModule": {
|
|
12464
12480
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12465
|
-
"line":
|
|
12481
|
+
"line": 42
|
|
12466
12482
|
},
|
|
12467
12483
|
"name": "buildImageDigest",
|
|
12468
12484
|
"optional": true,
|
|
@@ -12478,7 +12494,7 @@
|
|
|
12478
12494
|
"immutable": true,
|
|
12479
12495
|
"locationInModule": {
|
|
12480
12496
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12481
|
-
"line":
|
|
12497
|
+
"line": 38
|
|
12482
12498
|
},
|
|
12483
12499
|
"name": "containerMountPathForEfs",
|
|
12484
12500
|
"optional": true,
|
|
@@ -12495,7 +12511,7 @@
|
|
|
12495
12511
|
"immutable": true,
|
|
12496
12512
|
"locationInModule": {
|
|
12497
12513
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12498
|
-
"line":
|
|
12514
|
+
"line": 22
|
|
12499
12515
|
},
|
|
12500
12516
|
"name": "debug",
|
|
12501
12517
|
"optional": true,
|
|
@@ -12511,7 +12527,7 @@
|
|
|
12511
12527
|
"immutable": true,
|
|
12512
12528
|
"locationInModule": {
|
|
12513
12529
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12514
|
-
"line":
|
|
12530
|
+
"line": 34
|
|
12515
12531
|
},
|
|
12516
12532
|
"name": "dockerImageCode",
|
|
12517
12533
|
"optional": true,
|
|
@@ -12527,7 +12543,23 @@
|
|
|
12527
12543
|
"immutable": true,
|
|
12528
12544
|
"locationInModule": {
|
|
12529
12545
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12530
|
-
"line":
|
|
12546
|
+
"line": 30
|
|
12547
|
+
},
|
|
12548
|
+
"name": "nextjsType",
|
|
12549
|
+
"optional": true,
|
|
12550
|
+
"type": {
|
|
12551
|
+
"fqn": "cdk-nextjs.NextjsType"
|
|
12552
|
+
}
|
|
12553
|
+
},
|
|
12554
|
+
{
|
|
12555
|
+
"abstract": true,
|
|
12556
|
+
"docs": {
|
|
12557
|
+
"stability": "stable"
|
|
12558
|
+
},
|
|
12559
|
+
"immutable": true,
|
|
12560
|
+
"locationInModule": {
|
|
12561
|
+
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12562
|
+
"line": 17
|
|
12531
12563
|
},
|
|
12532
12564
|
"name": "relativePathToWorkspace",
|
|
12533
12565
|
"optional": true,
|
|
@@ -12544,7 +12576,7 @@
|
|
|
12544
12576
|
"immutable": true,
|
|
12545
12577
|
"locationInModule": {
|
|
12546
12578
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12547
|
-
"line":
|
|
12579
|
+
"line": 13
|
|
12548
12580
|
},
|
|
12549
12581
|
"name": "staticAssetsBucket",
|
|
12550
12582
|
"optional": true,
|
|
@@ -12560,7 +12592,7 @@
|
|
|
12560
12592
|
"immutable": true,
|
|
12561
12593
|
"locationInModule": {
|
|
12562
12594
|
"filename": "src/generated-structs/OptionalNextjsAssetsDeploymentProps.ts",
|
|
12563
|
-
"line":
|
|
12595
|
+
"line": 26
|
|
12564
12596
|
},
|
|
12565
12597
|
"name": "vpc",
|
|
12566
12598
|
"optional": true,
|
|
@@ -12856,7 +12888,7 @@
|
|
|
12856
12888
|
"immutable": true,
|
|
12857
12889
|
"locationInModule": {
|
|
12858
12890
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12859
|
-
"line":
|
|
12891
|
+
"line": 31
|
|
12860
12892
|
},
|
|
12861
12893
|
"name": "basePath",
|
|
12862
12894
|
"optional": true,
|
|
@@ -12873,7 +12905,7 @@
|
|
|
12873
12905
|
"immutable": true,
|
|
12874
12906
|
"locationInModule": {
|
|
12875
12907
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12876
|
-
"line":
|
|
12908
|
+
"line": 27
|
|
12877
12909
|
},
|
|
12878
12910
|
"name": "certificate",
|
|
12879
12911
|
"optional": true,
|
|
@@ -12889,7 +12921,7 @@
|
|
|
12889
12921
|
"immutable": true,
|
|
12890
12922
|
"locationInModule": {
|
|
12891
12923
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12892
|
-
"line":
|
|
12924
|
+
"line": 22
|
|
12893
12925
|
},
|
|
12894
12926
|
"name": "distribution",
|
|
12895
12927
|
"optional": true,
|
|
@@ -12901,34 +12933,34 @@
|
|
|
12901
12933
|
"abstract": true,
|
|
12902
12934
|
"docs": {
|
|
12903
12935
|
"stability": "stable",
|
|
12904
|
-
"summary": "
|
|
12936
|
+
"summary": "Required if `NextjsType.GLOBAL_FUNCTIONS`."
|
|
12905
12937
|
},
|
|
12906
12938
|
"immutable": true,
|
|
12907
12939
|
"locationInModule": {
|
|
12908
12940
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12909
|
-
"line":
|
|
12941
|
+
"line": 18
|
|
12910
12942
|
},
|
|
12911
|
-
"name": "
|
|
12943
|
+
"name": "functionUrl",
|
|
12912
12944
|
"optional": true,
|
|
12913
12945
|
"type": {
|
|
12914
|
-
"
|
|
12946
|
+
"fqn": "aws-cdk-lib.aws_lambda.IFunctionUrl"
|
|
12915
12947
|
}
|
|
12916
12948
|
},
|
|
12917
12949
|
{
|
|
12918
12950
|
"abstract": true,
|
|
12919
12951
|
"docs": {
|
|
12920
12952
|
"stability": "stable",
|
|
12921
|
-
"summary": "Required if `NextjsType.
|
|
12953
|
+
"summary": "Required if `NextjsType.GLOBAL_CONTAINERS` or `NextjsType.REGIONAL_CONTAINERS`."
|
|
12922
12954
|
},
|
|
12923
12955
|
"immutable": true,
|
|
12924
12956
|
"locationInModule": {
|
|
12925
12957
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12926
12958
|
"line": 13
|
|
12927
12959
|
},
|
|
12928
|
-
"name": "
|
|
12960
|
+
"name": "loadBalancer",
|
|
12929
12961
|
"optional": true,
|
|
12930
12962
|
"type": {
|
|
12931
|
-
"
|
|
12963
|
+
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ILoadBalancerV2"
|
|
12932
12964
|
}
|
|
12933
12965
|
},
|
|
12934
12966
|
{
|
|
@@ -12939,7 +12971,7 @@
|
|
|
12939
12971
|
"immutable": true,
|
|
12940
12972
|
"locationInModule": {
|
|
12941
12973
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12942
|
-
"line":
|
|
12974
|
+
"line": 40
|
|
12943
12975
|
},
|
|
12944
12976
|
"name": "nextjsType",
|
|
12945
12977
|
"optional": true,
|
|
@@ -12956,7 +12988,7 @@
|
|
|
12956
12988
|
"immutable": true,
|
|
12957
12989
|
"locationInModule": {
|
|
12958
12990
|
"filename": "src/generated-structs/OptionalNextjsDistributionProps.ts",
|
|
12959
|
-
"line":
|
|
12991
|
+
"line": 36
|
|
12960
12992
|
},
|
|
12961
12993
|
"name": "publicDirEntries",
|
|
12962
12994
|
"optional": true,
|
|
@@ -13829,6 +13861,6 @@
|
|
|
13829
13861
|
"symbolId": "src/nextjs-build/nextjs-build:PublicDirEntry"
|
|
13830
13862
|
}
|
|
13831
13863
|
},
|
|
13832
|
-
"version": "0.1
|
|
13833
|
-
"fingerprint": "
|
|
13864
|
+
"version": "0.2.1",
|
|
13865
|
+
"fingerprint": "9f82WjOekz/P4wy+BX91OHu3rjJf6ZdMQzPYr6l9isM="
|
|
13834
13866
|
}
|