cdk-nextjs 0.1.2 → 0.1.3
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 +53 -53
- package/API.md +3 -1
- package/docs/notes.md +11 -9
- package/examples/README.md +2 -2
- package/lib/common.d.ts +10 -8
- package/lib/common.js +12 -10
- package/lib/nextjs-assets-deployment.js +9 -7
- package/lib/nextjs-build/builder.Dockerfile +2 -2
- package/lib/nextjs-build/cache-handler.js +5 -1
- package/lib/nextjs-build/global-containers.Dockerfile +6 -5
- package/lib/nextjs-build/global-functions.Dockerfile +6 -5
- package/lib/nextjs-build/nextjs-build.d.ts +3 -1
- package/lib/nextjs-build/nextjs-build.js +12 -8
- package/lib/nextjs-build/regional-containers.Dockerfile +7 -4
- package/lib/nextjs-build/symlink.js +47 -0
- package/lib/nextjs-build/symlink.mjs +28 -0
- package/lib/nextjs-compute/nextjs-containers.js +1 -1
- package/lib/nextjs-compute/nextjs-functions.js +1 -1
- package/lib/nextjs-distribution.js +1 -1
- package/lib/nextjs-file-system.js +5 -4
- 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 +1 -1
- package/lib/root-constructs/nextjs-global-functions.js +1 -1
- package/lib/root-constructs/nextjs-regional-containers.js +1 -1
- package/package.json +3 -3
- package/lib/nextjs-build/symlink-full-route-cache.js +0 -37
- package/lib/nextjs-build/symlink-full-route-cache.mjs +0 -23
- /package/lib/nextjs-build/{symlink-full-route-cache.d.ts → symlink.d.ts} +0 -0
package/.jsii
CHANGED
|
@@ -4192,7 +4192,7 @@
|
|
|
4192
4192
|
"kind": "interface",
|
|
4193
4193
|
"locationInModule": {
|
|
4194
4194
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4195
|
-
"line":
|
|
4195
|
+
"line": 19
|
|
4196
4196
|
},
|
|
4197
4197
|
"name": "BuilderImageProps",
|
|
4198
4198
|
"properties": [
|
|
@@ -4205,7 +4205,7 @@
|
|
|
4205
4205
|
"immutable": true,
|
|
4206
4206
|
"locationInModule": {
|
|
4207
4207
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4208
|
-
"line":
|
|
4208
|
+
"line": 23
|
|
4209
4209
|
},
|
|
4210
4210
|
"name": "buildArgs",
|
|
4211
4211
|
"optional": true,
|
|
@@ -4227,7 +4227,7 @@
|
|
|
4227
4227
|
"immutable": true,
|
|
4228
4228
|
"locationInModule": {
|
|
4229
4229
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4230
|
-
"line":
|
|
4230
|
+
"line": 29
|
|
4231
4231
|
},
|
|
4232
4232
|
"name": "command",
|
|
4233
4233
|
"optional": true,
|
|
@@ -4244,7 +4244,7 @@
|
|
|
4244
4244
|
"immutable": true,
|
|
4245
4245
|
"locationInModule": {
|
|
4246
4246
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4247
|
-
"line":
|
|
4247
|
+
"line": 62
|
|
4248
4248
|
},
|
|
4249
4249
|
"name": "customDockerfilePath",
|
|
4250
4250
|
"optional": true,
|
|
@@ -4263,7 +4263,7 @@
|
|
|
4263
4263
|
"immutable": true,
|
|
4264
4264
|
"locationInModule": {
|
|
4265
4265
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4266
|
-
"line":
|
|
4266
|
+
"line": 41
|
|
4267
4267
|
},
|
|
4268
4268
|
"name": "envVarNames",
|
|
4269
4269
|
"optional": true,
|
|
@@ -4286,7 +4286,7 @@
|
|
|
4286
4286
|
"immutable": true,
|
|
4287
4287
|
"locationInModule": {
|
|
4288
4288
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4289
|
-
"line":
|
|
4289
|
+
"line": 46
|
|
4290
4290
|
},
|
|
4291
4291
|
"name": "exclude",
|
|
4292
4292
|
"optional": true,
|
|
@@ -4309,7 +4309,7 @@
|
|
|
4309
4309
|
"immutable": true,
|
|
4310
4310
|
"locationInModule": {
|
|
4311
4311
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4312
|
-
"line":
|
|
4312
|
+
"line": 51
|
|
4313
4313
|
},
|
|
4314
4314
|
"name": "file",
|
|
4315
4315
|
"optional": true,
|
|
@@ -4325,7 +4325,7 @@
|
|
|
4325
4325
|
"immutable": true,
|
|
4326
4326
|
"locationInModule": {
|
|
4327
4327
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4328
|
-
"line":
|
|
4328
|
+
"line": 52
|
|
4329
4329
|
},
|
|
4330
4330
|
"name": "platform",
|
|
4331
4331
|
"optional": true,
|
|
@@ -4343,7 +4343,7 @@
|
|
|
4343
4343
|
"immutable": true,
|
|
4344
4344
|
"locationInModule": {
|
|
4345
4345
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4346
|
-
"line":
|
|
4346
|
+
"line": 57
|
|
4347
4347
|
},
|
|
4348
4348
|
"name": "skipBuild",
|
|
4349
4349
|
"optional": true,
|
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
"kind": "interface",
|
|
4365
4365
|
"locationInModule": {
|
|
4366
4366
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4367
|
-
"line":
|
|
4367
|
+
"line": 23
|
|
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": 24
|
|
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": 133
|
|
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": 123
|
|
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": 124
|
|
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": 125
|
|
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": 129
|
|
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": 27
|
|
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": 28
|
|
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": 32
|
|
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": 41
|
|
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": 37
|
|
4547
4547
|
},
|
|
4548
4548
|
"name": "dockerImageCode",
|
|
4549
4549
|
"type": {
|
|
@@ -4558,7 +4558,7 @@
|
|
|
4558
4558
|
"immutable": true,
|
|
4559
4559
|
"locationInModule": {
|
|
4560
4560
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4561
|
-
"line":
|
|
4561
|
+
"line": 51
|
|
4562
4562
|
},
|
|
4563
4563
|
"name": "vpc",
|
|
4564
4564
|
"type": {
|
|
@@ -4574,7 +4574,7 @@
|
|
|
4574
4574
|
"immutable": true,
|
|
4575
4575
|
"locationInModule": {
|
|
4576
4576
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4577
|
-
"line":
|
|
4577
|
+
"line": 36
|
|
4578
4578
|
},
|
|
4579
4579
|
"name": "debug",
|
|
4580
4580
|
"optional": true,
|
|
@@ -4590,7 +4590,7 @@
|
|
|
4590
4590
|
"immutable": true,
|
|
4591
4591
|
"locationInModule": {
|
|
4592
4592
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4593
|
-
"line":
|
|
4593
|
+
"line": 42
|
|
4594
4594
|
},
|
|
4595
4595
|
"name": "overrides",
|
|
4596
4596
|
"optional": true,
|
|
@@ -4607,7 +4607,7 @@
|
|
|
4607
4607
|
"immutable": true,
|
|
4608
4608
|
"locationInModule": {
|
|
4609
4609
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4610
|
-
"line":
|
|
4610
|
+
"line": 46
|
|
4611
4611
|
},
|
|
4612
4612
|
"name": "relativePathToWorkspace",
|
|
4613
4613
|
"optional": true,
|
|
@@ -4624,7 +4624,7 @@
|
|
|
4624
4624
|
"immutable": true,
|
|
4625
4625
|
"locationInModule": {
|
|
4626
4626
|
"filename": "src/nextjs-assets-deployment.ts",
|
|
4627
|
-
"line":
|
|
4627
|
+
"line": 50
|
|
4628
4628
|
},
|
|
4629
4629
|
"name": "staticAssetsBucket",
|
|
4630
4630
|
"optional": true,
|
|
@@ -4740,7 +4740,7 @@
|
|
|
4740
4740
|
},
|
|
4741
4741
|
"locationInModule": {
|
|
4742
4742
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4743
|
-
"line":
|
|
4743
|
+
"line": 154
|
|
4744
4744
|
},
|
|
4745
4745
|
"parameters": [
|
|
4746
4746
|
{
|
|
@@ -4766,7 +4766,7 @@
|
|
|
4766
4766
|
"kind": "class",
|
|
4767
4767
|
"locationInModule": {
|
|
4768
4768
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4769
|
-
"line":
|
|
4769
|
+
"line": 101
|
|
4770
4770
|
},
|
|
4771
4771
|
"name": "NextjsBuild",
|
|
4772
4772
|
"properties": [
|
|
@@ -4778,7 +4778,7 @@
|
|
|
4778
4778
|
},
|
|
4779
4779
|
"locationInModule": {
|
|
4780
4780
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4781
|
-
"line":
|
|
4781
|
+
"line": 107
|
|
4782
4782
|
},
|
|
4783
4783
|
"name": "buildImageDigest",
|
|
4784
4784
|
"type": {
|
|
@@ -4787,14 +4787,14 @@
|
|
|
4787
4787
|
},
|
|
4788
4788
|
{
|
|
4789
4789
|
"docs": {
|
|
4790
|
-
"remarks": "Must comply with pattern: ^/mnt/[a-zA-Z0-9-_.]+$",
|
|
4790
|
+
"remarks": "Must comply with pattern: ^/mnt/[a-zA-Z0-9-_.]+$ due to lambda requirement.\nFargate doesn't have this same requirement but we share code for lambda and\nfargate.",
|
|
4791
4791
|
"see": "https://docs.aws.amazon.com/lambda/latest/api/API_FileSystemConfig.html",
|
|
4792
4792
|
"stability": "stable",
|
|
4793
4793
|
"summary": "Mount path in container for EFS. Next.js image optimization, data, and full route cache will be symlinked to this location."
|
|
4794
4794
|
},
|
|
4795
4795
|
"locationInModule": {
|
|
4796
4796
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4797
|
-
"line":
|
|
4797
|
+
"line": 117
|
|
4798
4798
|
},
|
|
4799
4799
|
"name": "containerMountPathForEfs",
|
|
4800
4800
|
"type": {
|
|
@@ -4808,7 +4808,7 @@
|
|
|
4808
4808
|
},
|
|
4809
4809
|
"locationInModule": {
|
|
4810
4810
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4811
|
-
"line":
|
|
4811
|
+
"line": 129
|
|
4812
4812
|
},
|
|
4813
4813
|
"name": "imageForNextjsAssetsDeployment",
|
|
4814
4814
|
"type": {
|
|
@@ -4824,7 +4824,7 @@
|
|
|
4824
4824
|
},
|
|
4825
4825
|
"locationInModule": {
|
|
4826
4826
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4827
|
-
"line":
|
|
4827
|
+
"line": 134
|
|
4828
4828
|
},
|
|
4829
4829
|
"name": "publicDirEntries",
|
|
4830
4830
|
"type": {
|
|
@@ -4844,7 +4844,7 @@
|
|
|
4844
4844
|
},
|
|
4845
4845
|
"locationInModule": {
|
|
4846
4846
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4847
|
-
"line":
|
|
4847
|
+
"line": 141
|
|
4848
4848
|
},
|
|
4849
4849
|
"name": "relativePathToEntrypoint",
|
|
4850
4850
|
"type": {
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
},
|
|
4859
4859
|
"locationInModule": {
|
|
4860
4860
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4861
|
-
"line":
|
|
4861
|
+
"line": 121
|
|
4862
4862
|
},
|
|
4863
4863
|
"name": "imageForNextjsContainers",
|
|
4864
4864
|
"optional": true,
|
|
@@ -4873,7 +4873,7 @@
|
|
|
4873
4873
|
},
|
|
4874
4874
|
"locationInModule": {
|
|
4875
4875
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4876
|
-
"line":
|
|
4876
|
+
"line": 125
|
|
4877
4877
|
},
|
|
4878
4878
|
"name": "imageForNextjsFunctions",
|
|
4879
4879
|
"optional": true,
|
|
@@ -4894,7 +4894,7 @@
|
|
|
4894
4894
|
"kind": "interface",
|
|
4895
4895
|
"locationInModule": {
|
|
4896
4896
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4897
|
-
"line":
|
|
4897
|
+
"line": 65
|
|
4898
4898
|
},
|
|
4899
4899
|
"name": "NextjsBuildOverrides",
|
|
4900
4900
|
"properties": [
|
|
@@ -4906,7 +4906,7 @@
|
|
|
4906
4906
|
"immutable": true,
|
|
4907
4907
|
"locationInModule": {
|
|
4908
4908
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4909
|
-
"line":
|
|
4909
|
+
"line": 68
|
|
4910
4910
|
},
|
|
4911
4911
|
"name": "nextjsAssetDeploymentAssetImageCodeProps",
|
|
4912
4912
|
"optional": true,
|
|
@@ -4922,7 +4922,7 @@
|
|
|
4922
4922
|
"immutable": true,
|
|
4923
4923
|
"locationInModule": {
|
|
4924
4924
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4925
|
-
"line":
|
|
4925
|
+
"line": 66
|
|
4926
4926
|
},
|
|
4927
4927
|
"name": "nextjsContainersDockerImageAssetProps",
|
|
4928
4928
|
"optional": true,
|
|
@@ -4938,7 +4938,7 @@
|
|
|
4938
4938
|
"immutable": true,
|
|
4939
4939
|
"locationInModule": {
|
|
4940
4940
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4941
|
-
"line":
|
|
4941
|
+
"line": 67
|
|
4942
4942
|
},
|
|
4943
4943
|
"name": "nextjsFunctionsAssetImageCodeProps",
|
|
4944
4944
|
"optional": true,
|
|
@@ -4959,7 +4959,7 @@
|
|
|
4959
4959
|
"kind": "interface",
|
|
4960
4960
|
"locationInModule": {
|
|
4961
4961
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4962
|
-
"line":
|
|
4962
|
+
"line": 71
|
|
4963
4963
|
},
|
|
4964
4964
|
"name": "NextjsBuildProps",
|
|
4965
4965
|
"properties": [
|
|
@@ -4972,7 +4972,7 @@
|
|
|
4972
4972
|
"immutable": true,
|
|
4973
4973
|
"locationInModule": {
|
|
4974
4974
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4975
|
-
"line":
|
|
4975
|
+
"line": 79
|
|
4976
4976
|
},
|
|
4977
4977
|
"name": "buildContext",
|
|
4978
4978
|
"type": {
|
|
@@ -4987,7 +4987,7 @@
|
|
|
4987
4987
|
"immutable": true,
|
|
4988
4988
|
"locationInModule": {
|
|
4989
4989
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
4990
|
-
"line":
|
|
4990
|
+
"line": 88
|
|
4991
4991
|
},
|
|
4992
4992
|
"name": "nextjsType",
|
|
4993
4993
|
"type": {
|
|
@@ -5003,7 +5003,7 @@
|
|
|
5003
5003
|
"immutable": true,
|
|
5004
5004
|
"locationInModule": {
|
|
5005
5005
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5006
|
-
"line":
|
|
5006
|
+
"line": 75
|
|
5007
5007
|
},
|
|
5008
5008
|
"name": "buildCommand",
|
|
5009
5009
|
"optional": true,
|
|
@@ -5019,7 +5019,7 @@
|
|
|
5019
5019
|
"immutable": true,
|
|
5020
5020
|
"locationInModule": {
|
|
5021
5021
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5022
|
-
"line":
|
|
5022
|
+
"line": 83
|
|
5023
5023
|
},
|
|
5024
5024
|
"name": "builderImageProps",
|
|
5025
5025
|
"optional": true,
|
|
@@ -5035,7 +5035,7 @@
|
|
|
5035
5035
|
"immutable": true,
|
|
5036
5036
|
"locationInModule": {
|
|
5037
5037
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5038
|
-
"line":
|
|
5038
|
+
"line": 89
|
|
5039
5039
|
},
|
|
5040
5040
|
"name": "overrides",
|
|
5041
5041
|
"optional": true,
|
|
@@ -5052,7 +5052,7 @@
|
|
|
5052
5052
|
"immutable": true,
|
|
5053
5053
|
"locationInModule": {
|
|
5054
5054
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
5055
|
-
"line":
|
|
5055
|
+
"line": 87
|
|
5056
5056
|
},
|
|
5057
5057
|
"name": "relativePathToWorkspace",
|
|
5058
5058
|
"optional": true,
|
|
@@ -5873,7 +5873,7 @@
|
|
|
5873
5873
|
},
|
|
5874
5874
|
"locationInModule": {
|
|
5875
5875
|
"filename": "src/nextjs-file-system.ts",
|
|
5876
|
-
"line":
|
|
5876
|
+
"line": 90
|
|
5877
5877
|
},
|
|
5878
5878
|
"name": "allowCompute",
|
|
5879
5879
|
"parameters": [
|
|
@@ -13791,7 +13791,7 @@
|
|
|
13791
13791
|
"kind": "interface",
|
|
13792
13792
|
"locationInModule": {
|
|
13793
13793
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
13794
|
-
"line":
|
|
13794
|
+
"line": 92
|
|
13795
13795
|
},
|
|
13796
13796
|
"name": "PublicDirEntry",
|
|
13797
13797
|
"properties": [
|
|
@@ -13803,7 +13803,7 @@
|
|
|
13803
13803
|
"immutable": true,
|
|
13804
13804
|
"locationInModule": {
|
|
13805
13805
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
13806
|
-
"line":
|
|
13806
|
+
"line": 94
|
|
13807
13807
|
},
|
|
13808
13808
|
"name": "isDirectory",
|
|
13809
13809
|
"type": {
|
|
@@ -13818,7 +13818,7 @@
|
|
|
13818
13818
|
"immutable": true,
|
|
13819
13819
|
"locationInModule": {
|
|
13820
13820
|
"filename": "src/nextjs-build/nextjs-build.ts",
|
|
13821
|
-
"line":
|
|
13821
|
+
"line": 93
|
|
13822
13822
|
},
|
|
13823
13823
|
"name": "name",
|
|
13824
13824
|
"type": {
|
|
@@ -13829,6 +13829,6 @@
|
|
|
13829
13829
|
"symbolId": "src/nextjs-build/nextjs-build:PublicDirEntry"
|
|
13830
13830
|
}
|
|
13831
13831
|
},
|
|
13832
|
-
"version": "0.1.
|
|
13833
|
-
"fingerprint": "
|
|
13832
|
+
"version": "0.1.3",
|
|
13833
|
+
"fingerprint": "3AsWO+yKOGHeZI1f1UnK3IGFGAsPfkfa8899yA0HJ68="
|
|
13834
13834
|
}
|
package/API.md
CHANGED
|
@@ -273,7 +273,9 @@ public readonly containerMountPathForEfs: string;
|
|
|
273
273
|
|
|
274
274
|
Mount path in container for EFS. Next.js image optimization, data, and full route cache will be symlinked to this location.
|
|
275
275
|
|
|
276
|
-
Must comply with pattern: ^/mnt/[a-zA-Z0-9-_.]+$
|
|
276
|
+
Must comply with pattern: ^/mnt/[a-zA-Z0-9-_.]+$ due to lambda requirement.
|
|
277
|
+
Fargate doesn't have this same requirement but we share code for lambda and
|
|
278
|
+
fargate.
|
|
277
279
|
|
|
278
280
|
> [https://docs.aws.amazon.com/lambda/latest/api/API_FileSystemConfig.html](https://docs.aws.amazon.com/lambda/latest/api/API_FileSystemConfig.html)
|
|
279
281
|
|
package/docs/notes.md
CHANGED
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Verify EFS FileSystem Cache
|
|
4
4
|
|
|
5
|
-
EFS FileSystem acts as a shared cache between all containers/functions for the data, image, and full route cache. The folder structure should looks like:
|
|
5
|
+
EFS FileSystem acts as a shared cache between all containers/functions for the data, image, and full route cache and shared storage to reduce container (lambda and fargate) size for the public folder and sharp image optimization binaries (@img/sharp-libvips-linux\*) (~30MB). The folder structure should looks like:
|
|
6
6
|
|
|
7
|
-
- /mnt/cdk-nextjs
|
|
8
|
-
- /mnt/cdk-nextjs
|
|
9
|
-
- /mnt/cdk-nextjs
|
|
7
|
+
- /mnt/cdk-nextjs/data-cache
|
|
8
|
+
- /mnt/cdk-nextjs/full-route-cache
|
|
9
|
+
- /mnt/cdk-nextjs/image-cache
|
|
10
|
+
- /mnt/cdk-nextjs/public
|
|
11
|
+
- /mnt/cdk-nextjs/sharp
|
|
10
12
|
|
|
11
13
|
Directory names are defined in src/common.ts.
|
|
12
14
|
|
|
@@ -14,13 +16,13 @@ To verify cache is working, deploy one of the example apps and visit the /run-co
|
|
|
14
16
|
|
|
15
17
|
```
|
|
16
18
|
Command: readlink .next/cache/images
|
|
17
|
-
Output: /mnt/cdk-nextjs
|
|
19
|
+
Output: /mnt/cdk-nextjs/image-cache
|
|
18
20
|
Command: readlink .next/cache/fetch-cache
|
|
19
|
-
Output: /mnt/cdk-nextjs
|
|
20
|
-
Command: ls /mnt/cdk-nextjs
|
|
21
|
+
Output: /mnt/cdk-nextjs/data-cache
|
|
22
|
+
Command: ls /mnt/cdk-nextjs/data-cache
|
|
21
23
|
Output: 1c5e7e075ef14fa7ed6ffe8ddc77bb5ba682a0d32e11acbe88fe0e997141343e 7219caec2df443d9c8453d2d63f9893f701fcc35e6a25a9d227652a1860296a1 7d6a754bbf6a88893a7123d28dc4d99c0813c646abbb712ad85d949bbd528618 8fd064b67046e3d373dd7c2bc22e20d58fd95ef2491850ab77e9799d8b6d7735 de9b0bb0b5134c02dc2ff1dc9b2188f6216d4e811186fd985cd1cbaa6e9d0a1f
|
|
22
|
-
Command: ls /mnt/cdk-nextjs
|
|
24
|
+
Command: ls /mnt/cdk-nextjs/image-cache
|
|
23
25
|
Output: JYUtmef0DjkFQBxgsZ4K51CyobxYqyXBOvpSFb3ef7A= W6NDSUrhApOUZ4FyFWfd9v9X2cg7z8q0yMXrZJXKukg= cDAs51Uqt+J3vNO04jH5dabjvVQCZTnpDXhoTP33MZ0= e+zuNPfk4gSKu7yTQM9sQdYvumEtD2PdVMrTiufiMZQ= l5tUrCT-iGRZlDIrNy1hz8efSOKpZwGyWBNiRrXaWVk= ylPcKFlKY2WHZ2w4sxKad3Lz8XcBPm2WyaOReb9Nkts= zH4wuKm9DtE-hgBK4G06DUDXNgdbaYeoGwidFJUkYUI=
|
|
24
26
|
Command: ls -l .next/server/app
|
|
25
|
-
Output: total 112 drwxr-xr-x 2 nextjs nodejs 4096 Jun 7 10:37 _not-found lrwxrwxrwx 1 root root 54 Jun 7 12:37 _not-found.html -> /mnt/cdk-nextjs
|
|
27
|
+
Output: total 112 drwxr-xr-x 2 nextjs nodejs 4096 Jun 7 10:37 _not-found lrwxrwxrwx 1 root root 54 Jun 7 12:37 _not-found.html -> /mnt/cdk-nextjs/full-route-cache/_not-found.html lrwxrwxrwx 1 root root 54 Jun 7 12:37 _not-found.meta -> /mnt/cdk-nextjs/full-route-cache/_not-found.meta lrwxrwxrwx 1 root root 53 Jun 7 12:37 _not-found.rsc -> /mnt/cdk-nextjs/full-route-cache/_not-found.rsc drwxr-xr-x 1 nextjs nodejs 4096 Jun 7 12:37 api drwxr-xr-x 3 nextjs nodejs 4096 Jun 7 10:37 context lrwxrwxrwx 1 root root 51 Jun 7 12:37 context.html -> /mnt/cdk-nextjs/full-route-cache/context.html lrwxrwxrwx 1 root root 51 Jun 7 12:37 context.meta -> /mnt/cdk-nextjs/full-route-cache/context.meta lrwxrwxrwx 1 root root 50 Jun 7 12:37 context.rsc -> /mnt/cdk-nextjs/full-route-cache/context.rsc drwxr-xr-x 3 nextjs nodejs 4096 Jun 7 10:37 error-handling lrwxrwxrwx 1 root root 58 Jun 7 12:37 error-handling.html -> /mnt/cdk-nextjs/full-route-cache/error-handling.html lrwxrwxrwx 1 root root 58 Jun 7 12:37 error-handling.meta -> /mnt/cdk-nextjs/full-route-cache/error-handling.meta lrwxrwxrwx 1 root root 57 Jun 7 12:37 error-handling.rsc -> /mnt/cdk-nextjs/full-route-cache/error-handling.rsc drwxr-xr-x 2 nextjs nodejs 4096 Jun 7 10:37 favicon.ico -rw-r--r-- 1 nextjs nodejs 15086 Jun 7 10:37 favicon.ico.body lrwxrwxrwx 1 root root 55 Jun 7 12:37 favicon.ico.meta -> /mnt/cdk-nextjs/full-route-cache/favicon.ico.meta drwxr-xr-x 3 nextjs nodejs 4096 Jun 7 10:37 hooks lrwxrwxrwx 1 root root 49 Jun 7 12:37 hooks.html -> /mnt/cdk-nextjs/full-route-cache/hooks.html lrwxrwxrwx 1 root root 49 Jun 7 12:37 hooks.meta -> /mnt/cdk-nextjs/full-route-cache/hooks.meta lrwxrwxrwx 1 root root 48 Jun 7 12:37 hooks.rsc -> /mnt/cdk-nextjs/full-route-cache/hooks.rsc lrwxrwxrwx 1 root root 49 Jun 7 12:37 index.html -> /mnt/cdk-nextjs/full-route-cache/index.html lrwxrwxrwx 1 root root 49 Jun 7 12:37 index.meta -> /mnt/cdk-nextjs/full-route-cache/index.meta lrwxrwxrwx 1 root root 48 Jun 7 12:37 index.rsc -> /mnt/cdk-nextjs/full-route-cache/index.rsc drwxr-xr-x 1 nextjs nodejs 4096 Jun 7 12:37 isr lrwxrwxrwx 1 root root 47 Jun 7 12:37 isr.html -> /mnt/cdk-nextjs/full-route-cache/isr.html lrwxrwxrwx 1 root root 47 Jun 7 12:37 isr.meta -> /mnt/cdk-nextjs/full-route-cache/isr.meta lrwxrwxrwx 1 root root 46 Jun 7 12:37 isr.rsc -> /mnt/cdk-nextjs/full-route-cache/isr.rsc drwxr-xr-x 3 nextjs nodejs 4096 Jun 7 10:37 layouts lrwxrwxrwx 1 root root 51 Jun 7 12:37 layouts.html -> /mnt/cdk-nextjs/full-route-cache/layouts.html lrwxrwxrwx 1 root root 51 Jun 7 12:37 layouts.meta -> /mnt/cdk-nextjs/full-route-cache/layouts.meta lrwxrwxrwx 1 root root 50 Jun 7 12:37 layouts.rsc -> /mnt/cdk-nextjs/full-route-cache/layouts.rsc drwxr-xr-x 3 nextjs nodejs 4096 Jun 7 10:37 loading lrwxrwxrwx 1 root root 51 Jun 7 12:37 loading.html -> /mnt/cdk-nextjs/full-route-cache/loading.html lrwxrwxrwx 1 root root 51 Jun 7 12:37 loading.meta -> /mnt/cdk-nextjs/full-route-cache/loading.meta lrwxrwxrwx 1 root root 50 Jun 7 12:37 loading.rsc -> /mnt/cdk-nextjs/full-route-cache/loading.rsc drwxr-xr-x 3 nextjs nodejs 4096 Jun 7 10:37 not-found lrwxrwxrwx 1 root root 53 Jun 7 12:37 not-found.html -> /mnt/cdk-nextjs/full-route-cache/not-found.html lrwxrwxrwx 1 root root 53 Jun 7 12:37 not-found.meta -> /mnt/cdk-nextjs/full-route-cache/not-found.meta lrwxrwxrwx 1 root root 52 Jun 7 12:37 not-found.rsc -> /mnt/cdk-nextjs/full-route-cache/not-found.rsc -rw-r--r-- 1 nextjs nodejs 5076 Jun 7 10:37 page.js -rw-r--r-- 1 nextjs nodejs 2390 Jun 7 10:37 page.js.nft.json -rw-r--r-- 1 nextjs nodejs 12281 Jun 7 10:37 page_client-reference-manifest.js drwxr-xr-x 1 nextjs nodejs 4096 Jun 7 12:37 parallel-routes lrwxrwxrwx 1 root root 59 Jun 7 12:37 parallel-routes.html -> /mnt/cdk-nextjs/full-route-cache/parallel-routes.html lrwxrwxrwx 1 root root 59 Jun 7 12:37 parallel-routes.meta -> /mnt/cdk-nextjs/full-route-cache/parallel-routes.meta lrwxrwxrwx 1 root root 58 Jun 7 12:37 parallel-routes.rsc -> /mnt/cdk-nextjs/full-route-cache/parallel-routes.rsc drwxr-xr-x 1 nextjs nodejs 4096 Jun 7 12:37 patterns lrwxrwxrwx 1 root root 52 Jun 7 12:37 patterns.html -> /mnt/cdk-nextjs/full-route-cache/patterns.html lrwxrwxrwx 1 root root 52 Jun 7 12:37 patterns.meta -> /mnt/cdk-nextjs/full-route-cache/patterns.meta lrwxrwxrwx 1 root root 51 Jun 7 12:37 patterns.rsc -> /mnt/cdk-nextjs/full-route-cache/patterns.rsc drwxr-xr-x 1 nextjs nodejs 4096 Jun 7 12:37 route-groups lrwxrwxrwx 1 root root 56 Jun 7 12:37 route-groups.html -> /mnt/cdk-nextjs/full-route-cache/route-groups.html lrwxrwxrwx 1 root root 56 Jun 7 12:37 route-groups.meta -> /mnt/cdk-nextjs/full-route-cache/route-groups.meta lrwxrwxrwx 1 root root 55 Jun 7 12:37 route-groups.rsc -> /mnt/cdk-nextjs/full-route-cache/route-groups.rsc drwxr-xr-x 2 nextjs nodejs 4096 Jun 7 10:37 run-command lrwxrwxrwx 1 root root 55 Jun 7 12:37 run-command.html -> /mnt/cdk-nextjs/full-route-cache/run-command.html lrwxrwxrwx 1 root root 55 Jun 7 12:37 run-command.meta -> /mnt/cdk-nextjs/full-route-cache/run-command.meta lrwxrwxrwx 1 root root 54 Jun 7 12:37 run-command.rsc -> /mnt/cdk-nextjs/full-route-cache/run-command.rsc drwxr-xr-x 1 nextjs nodejs 4096 Jun 7 12:37 ssg lrwxrwxrwx 1 root root 47 Jun 7 12:37 ssg.html -> /mnt/cdk-nextjs/full-route-cache/ssg.html lrwxrwxrwx 1 root root 47 Jun 7 12:37 ssg.meta -> /mnt/cdk-nextjs/full-route-cache/ssg.meta lrwxrwxrwx 1 root root 46 Jun 7 12:37 ssg.rsc -> /mnt/cdk-nextjs/full-route-cache/ssg.rsc drwxr-xr-x 3 nextjs nodejs 4096 Jun 7 10:37 ssr lrwxrwxrwx 1 root root 47 Jun 7 12:37 ssr.html -> /mnt/cdk-nextjs/full-route-cache/ssr.html lrwxrwxrwx 1 root root 47 Jun 7 12:37 ssr.meta -> /mnt/cdk-nextjs/full-route-cache/ssr.meta lrwxrwxrwx 1 root root 46 Jun 7 12:37 ssr.rsc -> /mnt/cdk-nextjs/full-route-cache/ssr.rsc drwxr-xr-x 4 nextjs nodejs 4096 Jun 7 10:37 streaming lrwxrwxrwx 1 root root 53 Jun 7 12:37 streaming.html -> /mnt/cdk-nextjs/full-route-cache/streaming.html lrwxrwxrwx 1 root root 53 Jun 7 12:37 streaming.meta -> /mnt/cdk-nextjs/full-route-cache/streaming.meta lrwxrwxrwx 1 root root 52 Jun 7 12:37 streaming.rsc -> /mnt/cdk-nextjs/full-route-cache/streaming.rsc drwxr-xr-x 1 nextjs nodejs 4096 Jun 7 12:37 styling lrwxrwxrwx 1 root root 51 Jun 7 12:37 styling.html -> /mnt/cdk-nextjs/full-route-cache/styling.html lrwxrwxrwx 1 root root 51 Jun 7 12:37 styling.meta -> /mnt/cdk-nextjs/full-route-cache/styling.meta lrwxrwxrwx 1 root root 50 Jun 7 12:37 styling.rsc -> /mnt/cdk-nextjs/full-route-cache/styling.rsc
|
|
26
28
|
```
|
package/examples/README.md
CHANGED
|
@@ -7,8 +7,8 @@ Example Next.js app based on [App Playground](https://app-router.vercel.app/) wi
|
|
|
7
7
|
1. Follow setup steps in parent README [Contributing](../README.md#contributing) section
|
|
8
8
|
1. Install dependencies: `cd examples && pnpm i`
|
|
9
9
|
1. `cd cloudfront-lambda` for example. Tryout any of the other examples as well.
|
|
10
|
-
1. Create .env
|
|
11
|
-
1. `pnpm
|
|
10
|
+
1. Create .env with `AWS_PROFILE="your-profile"` in each package you want to deploy. For setting up `AWS_PROFILE`, see: [AWS security credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/security-creds.html). Ensure `CDK_DEFAULT_ACCOUNT` and `CDK_DEFAULT_REGION` env vars are resolved during synthesis. See more at: [How to specify environments with the AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/configure-env.html).
|
|
11
|
+
1. Within package, run: `pnpm deploy:local`
|
|
12
12
|
|
|
13
13
|
# Notes on app-playground
|
|
14
14
|
|
package/lib/common.d.ts
CHANGED
|
@@ -4,20 +4,22 @@ export declare enum NextjsType {
|
|
|
4
4
|
REGIONAL_CONTAINERS = "REGIONAL_CONTAINERS"
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
|
-
* Directory of Next.js Data Cache in EFS
|
|
8
|
-
*
|
|
9
|
-
* /mnt/cdk-nextjs-cache/data-cache
|
|
7
|
+
* Directory of [Next.js Data Cache](https://nextjs.org/docs/app/building-your-application/caching#data-cache) in EFS
|
|
8
|
+
* Path: /mnt/cdk-nextjs/data-cache
|
|
10
9
|
*/
|
|
11
10
|
export declare const DATA_CACHE_DIR = "data-cache";
|
|
12
11
|
/**
|
|
13
12
|
* Directory of Next.js Image Cache in EFS
|
|
14
|
-
*
|
|
15
|
-
* /mnt/cdk-nextjs-cache/image-cache
|
|
13
|
+
* Path: /mnt/cdk-nextjs/image-cache
|
|
16
14
|
*/
|
|
17
15
|
export declare const IMAGE_CACHE_DIR = "image-cache";
|
|
18
16
|
/**
|
|
19
|
-
* Directory of Next.js Full Route Cache in EFS
|
|
20
|
-
*
|
|
21
|
-
* /mnt/cdk-nextjs-cache/full-route-cache
|
|
17
|
+
* Directory of [Next.js Full Route Cache](https://nextjs.org/docs/app/building-your-application/caching#full-route-cache) in EFS
|
|
18
|
+
* Path: /mnt/cdk-nextjs/full-route-cache
|
|
22
19
|
*/
|
|
23
20
|
export declare const FULL_ROUTE_CACHE_DIR = "full-route-cache";
|
|
21
|
+
/**
|
|
22
|
+
* Directory of Next.js [Public Folder](https://nextjs.org/docs/app/building-your-application/optimizing/static-assets) in EFS
|
|
23
|
+
* Path: /mnt/cdk-nextjs/public
|
|
24
|
+
*/
|
|
25
|
+
export declare const PUBLIC_DIR = "public";
|
package/lib/common.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FULL_ROUTE_CACHE_DIR = exports.IMAGE_CACHE_DIR = exports.DATA_CACHE_DIR = exports.NextjsType = void 0;
|
|
3
|
+
exports.PUBLIC_DIR = exports.FULL_ROUTE_CACHE_DIR = exports.IMAGE_CACHE_DIR = exports.DATA_CACHE_DIR = exports.NextjsType = void 0;
|
|
4
4
|
var NextjsType;
|
|
5
5
|
(function (NextjsType) {
|
|
6
6
|
NextjsType["GLOBAL_CONTAINERS"] = "GLOBAL_CONTAINERS";
|
|
@@ -8,21 +8,23 @@ var NextjsType;
|
|
|
8
8
|
NextjsType["REGIONAL_CONTAINERS"] = "REGIONAL_CONTAINERS";
|
|
9
9
|
})(NextjsType || (exports.NextjsType = NextjsType = {}));
|
|
10
10
|
/**
|
|
11
|
-
* Directory of Next.js Data Cache in EFS
|
|
12
|
-
*
|
|
13
|
-
* /mnt/cdk-nextjs-cache/data-cache
|
|
11
|
+
* Directory of [Next.js Data Cache](https://nextjs.org/docs/app/building-your-application/caching#data-cache) in EFS
|
|
12
|
+
* Path: /mnt/cdk-nextjs/data-cache
|
|
14
13
|
*/
|
|
15
14
|
exports.DATA_CACHE_DIR = "data-cache";
|
|
16
15
|
/**
|
|
17
16
|
* Directory of Next.js Image Cache in EFS
|
|
18
|
-
*
|
|
19
|
-
* /mnt/cdk-nextjs-cache/image-cache
|
|
17
|
+
* Path: /mnt/cdk-nextjs/image-cache
|
|
20
18
|
*/
|
|
21
19
|
exports.IMAGE_CACHE_DIR = "image-cache";
|
|
22
20
|
/**
|
|
23
|
-
* Directory of Next.js Full Route Cache in EFS
|
|
24
|
-
*
|
|
25
|
-
* /mnt/cdk-nextjs-cache/full-route-cache
|
|
21
|
+
* Directory of [Next.js Full Route Cache](https://nextjs.org/docs/app/building-your-application/caching#full-route-cache) in EFS
|
|
22
|
+
* Path: /mnt/cdk-nextjs/full-route-cache
|
|
26
23
|
*/
|
|
27
24
|
exports.FULL_ROUTE_CACHE_DIR = "full-route-cache";
|
|
28
|
-
|
|
25
|
+
/**
|
|
26
|
+
* Directory of Next.js [Public Folder](https://nextjs.org/docs/app/building-your-application/optimizing/static-assets) in EFS
|
|
27
|
+
* Path: /mnt/cdk-nextjs/public
|
|
28
|
+
*/
|
|
29
|
+
exports.PUBLIC_DIR = "public";
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbW1vbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSxJQUFZLFVBSVg7QUFKRCxXQUFZLFVBQVU7SUFDcEIscURBQXVDLENBQUE7SUFDdkMsbURBQXFDLENBQUE7SUFDckMseURBQTJDLENBQUE7QUFDN0MsQ0FBQyxFQUpXLFVBQVUsMEJBQVYsVUFBVSxRQUlyQjtBQUVEOzs7R0FHRztBQUNVLFFBQUEsY0FBYyxHQUFHLFlBQVksQ0FBQztBQUMzQzs7O0dBR0c7QUFDVSxRQUFBLGVBQWUsR0FBRyxhQUFhLENBQUM7QUFDN0M7OztHQUdHO0FBQ1UsUUFBQSxvQkFBb0IsR0FBRyxrQkFBa0IsQ0FBQztBQUN2RDs7O0dBR0c7QUFDVSxRQUFBLFVBQVUsR0FBRyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBOZXh0anNUeXBlIHtcbiAgR0xPQkFMX0NPTlRBSU5FUlMgPSBcIkdMT0JBTF9DT05UQUlORVJTXCIsXG4gIEdMT0JBTF9GVU5DVElPTlMgPSBcIkdMT0JBTF9GVU5DVElPTlNcIixcbiAgUkVHSU9OQUxfQ09OVEFJTkVSUyA9IFwiUkVHSU9OQUxfQ09OVEFJTkVSU1wiLFxufVxuXG4vKipcbiAqIERpcmVjdG9yeSBvZiBbTmV4dC5qcyBEYXRhIENhY2hlXShodHRwczovL25leHRqcy5vcmcvZG9jcy9hcHAvYnVpbGRpbmcteW91ci1hcHBsaWNhdGlvbi9jYWNoaW5nI2RhdGEtY2FjaGUpIGluIEVGU1xuICogUGF0aDogL21udC9jZGstbmV4dGpzL2RhdGEtY2FjaGVcbiAqL1xuZXhwb3J0IGNvbnN0IERBVEFfQ0FDSEVfRElSID0gXCJkYXRhLWNhY2hlXCI7XG4vKipcbiAqIERpcmVjdG9yeSBvZiBOZXh0LmpzIEltYWdlIENhY2hlIGluIEVGU1xuICogUGF0aDogL21udC9jZGstbmV4dGpzL2ltYWdlLWNhY2hlXG4gKi9cbmV4cG9ydCBjb25zdCBJTUFHRV9DQUNIRV9ESVIgPSBcImltYWdlLWNhY2hlXCI7XG4vKipcbiAqIERpcmVjdG9yeSBvZiBbTmV4dC5qcyBGdWxsIFJvdXRlIENhY2hlXShodHRwczovL25leHRqcy5vcmcvZG9jcy9hcHAvYnVpbGRpbmcteW91ci1hcHBsaWNhdGlvbi9jYWNoaW5nI2Z1bGwtcm91dGUtY2FjaGUpIGluIEVGU1xuICogUGF0aDogL21udC9jZGstbmV4dGpzL2Z1bGwtcm91dGUtY2FjaGVcbiAqL1xuZXhwb3J0IGNvbnN0IEZVTExfUk9VVEVfQ0FDSEVfRElSID0gXCJmdWxsLXJvdXRlLWNhY2hlXCI7XG4vKipcbiAqIERpcmVjdG9yeSBvZiBOZXh0LmpzIFtQdWJsaWMgRm9sZGVyXShodHRwczovL25leHRqcy5vcmcvZG9jcy9hcHAvYnVpbGRpbmcteW91ci1hcHBsaWNhdGlvbi9vcHRpbWl6aW5nL3N0YXRpYy1hc3NldHMpIGluIEVGU1xuICogUGF0aDogL21udC9jZGstbmV4dGpzL3B1YmxpY1xuICovXG5leHBvcnQgY29uc3QgUFVCTElDX0RJUiA9IFwicHVibGljXCI7XG4iXX0=
|