@pwrdrvr/microapps-cdk 0.3.5-alpha.3 → 0.3.5-alpha.5
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 +366 -45
- package/API.md +179 -4
- package/changelog.md +1 -1
- package/lib/MicroApps.d.ts +6 -0
- package/lib/MicroApps.d.ts.map +1 -1
- package/lib/MicroApps.js +4 -3
- package/lib/MicroAppsAPIGwy.js +1 -1
- package/lib/MicroAppsCF.js +1 -1
- package/lib/MicroAppsChildDeployer.d.ts +4 -0
- package/lib/MicroAppsChildDeployer.d.ts.map +1 -1
- package/lib/MicroAppsChildDeployer.js +29 -2
- package/lib/MicroAppsEdgeToOrigin.d.ts +16 -0
- package/lib/MicroAppsEdgeToOrigin.d.ts.map +1 -1
- package/lib/MicroAppsEdgeToOrigin.js +103 -30
- package/lib/MicroAppsS3.js +1 -1
- package/lib/MicroAppsSvcs.d.ts +4 -4
- package/lib/MicroAppsSvcs.d.ts.map +1 -1
- package/lib/MicroAppsSvcs.js +13 -2
- package/lib/MicroAppsTable.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -1
- package/lib/microapps-deployer/index.js +47 -47
- package/lib/microapps-deployer/index.js.map +3 -3
- package/lib/microapps-edge-to-origin/index.js +27 -27
- package/lib/microapps-edge-to-origin/index.js.map +2 -2
- package/package.json +1 -1
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -3372,7 +3372,7 @@
|
|
|
3372
3372
|
"kind": "interface",
|
|
3373
3373
|
"locationInModule": {
|
|
3374
3374
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3375
|
-
"line":
|
|
3375
|
+
"line": 153
|
|
3376
3376
|
},
|
|
3377
3377
|
"name": "GenerateEdgeToOriginConfigOptions",
|
|
3378
3378
|
"properties": [
|
|
@@ -3384,7 +3384,7 @@
|
|
|
3384
3384
|
"immutable": true,
|
|
3385
3385
|
"locationInModule": {
|
|
3386
3386
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3387
|
-
"line":
|
|
3387
|
+
"line": 156
|
|
3388
3388
|
},
|
|
3389
3389
|
"name": "addXForwardedHostHeader",
|
|
3390
3390
|
"type": {
|
|
@@ -3399,7 +3399,7 @@
|
|
|
3399
3399
|
"immutable": true,
|
|
3400
3400
|
"locationInModule": {
|
|
3401
3401
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3402
|
-
"line":
|
|
3402
|
+
"line": 154
|
|
3403
3403
|
},
|
|
3404
3404
|
"name": "originRegion",
|
|
3405
3405
|
"type": {
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
"immutable": true,
|
|
3415
3415
|
"locationInModule": {
|
|
3416
3416
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3417
|
-
"line":
|
|
3417
|
+
"line": 157
|
|
3418
3418
|
},
|
|
3419
3419
|
"name": "replaceHostHeader",
|
|
3420
3420
|
"type": {
|
|
@@ -3429,7 +3429,7 @@
|
|
|
3429
3429
|
"immutable": true,
|
|
3430
3430
|
"locationInModule": {
|
|
3431
3431
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3432
|
-
"line":
|
|
3432
|
+
"line": 155
|
|
3433
3433
|
},
|
|
3434
3434
|
"name": "signingMode",
|
|
3435
3435
|
"type": {
|
|
@@ -3444,7 +3444,7 @@
|
|
|
3444
3444
|
"immutable": true,
|
|
3445
3445
|
"locationInModule": {
|
|
3446
3446
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3447
|
-
"line":
|
|
3447
|
+
"line": 159
|
|
3448
3448
|
},
|
|
3449
3449
|
"name": "rootPathPrefix",
|
|
3450
3450
|
"optional": true,
|
|
@@ -3460,7 +3460,7 @@
|
|
|
3460
3460
|
"immutable": true,
|
|
3461
3461
|
"locationInModule": {
|
|
3462
3462
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3463
|
-
"line":
|
|
3463
|
+
"line": 158
|
|
3464
3464
|
},
|
|
3465
3465
|
"name": "tableName",
|
|
3466
3466
|
"optional": true,
|
|
@@ -3481,7 +3481,7 @@
|
|
|
3481
3481
|
"kind": "interface",
|
|
3482
3482
|
"locationInModule": {
|
|
3483
3483
|
"filename": "src/MicroApps.ts",
|
|
3484
|
-
"line":
|
|
3484
|
+
"line": 310
|
|
3485
3485
|
},
|
|
3486
3486
|
"name": "IMicroApps",
|
|
3487
3487
|
"properties": [
|
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
"immutable": true,
|
|
3495
3495
|
"locationInModule": {
|
|
3496
3496
|
"filename": "src/MicroApps.ts",
|
|
3497
|
-
"line":
|
|
3497
|
+
"line": 312
|
|
3498
3498
|
},
|
|
3499
3499
|
"name": "cf",
|
|
3500
3500
|
"type": {
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
"immutable": true,
|
|
3511
3511
|
"locationInModule": {
|
|
3512
3512
|
"filename": "src/MicroApps.ts",
|
|
3513
|
-
"line":
|
|
3513
|
+
"line": 318
|
|
3514
3514
|
},
|
|
3515
3515
|
"name": "s3",
|
|
3516
3516
|
"type": {
|
|
@@ -3526,7 +3526,7 @@
|
|
|
3526
3526
|
"immutable": true,
|
|
3527
3527
|
"locationInModule": {
|
|
3528
3528
|
"filename": "src/MicroApps.ts",
|
|
3529
|
-
"line":
|
|
3529
|
+
"line": 321
|
|
3530
3530
|
},
|
|
3531
3531
|
"name": "svcs",
|
|
3532
3532
|
"type": {
|
|
@@ -3542,7 +3542,7 @@
|
|
|
3542
3542
|
"immutable": true,
|
|
3543
3543
|
"locationInModule": {
|
|
3544
3544
|
"filename": "src/MicroApps.ts",
|
|
3545
|
-
"line":
|
|
3545
|
+
"line": 324
|
|
3546
3546
|
},
|
|
3547
3547
|
"name": "apigwy",
|
|
3548
3548
|
"optional": true,
|
|
@@ -3559,7 +3559,7 @@
|
|
|
3559
3559
|
"immutable": true,
|
|
3560
3560
|
"locationInModule": {
|
|
3561
3561
|
"filename": "src/MicroApps.ts",
|
|
3562
|
-
"line":
|
|
3562
|
+
"line": 315
|
|
3563
3563
|
},
|
|
3564
3564
|
"name": "edgeToOrigin",
|
|
3565
3565
|
"optional": true,
|
|
@@ -3653,6 +3653,39 @@
|
|
|
3653
3653
|
],
|
|
3654
3654
|
"symbolId": "src/MicroAppsCF:IMicroAppsCF"
|
|
3655
3655
|
},
|
|
3656
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsChildDeployer": {
|
|
3657
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
3658
|
+
"docs": {
|
|
3659
|
+
"stability": "experimental",
|
|
3660
|
+
"summary": "Represents a MicroApps Child Deployer."
|
|
3661
|
+
},
|
|
3662
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsChildDeployer",
|
|
3663
|
+
"kind": "interface",
|
|
3664
|
+
"locationInModule": {
|
|
3665
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
3666
|
+
"line": 68
|
|
3667
|
+
},
|
|
3668
|
+
"name": "IMicroAppsChildDeployer",
|
|
3669
|
+
"properties": [
|
|
3670
|
+
{
|
|
3671
|
+
"abstract": true,
|
|
3672
|
+
"docs": {
|
|
3673
|
+
"stability": "experimental",
|
|
3674
|
+
"summary": "Lambda function for the Deployer."
|
|
3675
|
+
},
|
|
3676
|
+
"immutable": true,
|
|
3677
|
+
"locationInModule": {
|
|
3678
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
3679
|
+
"line": 72
|
|
3680
|
+
},
|
|
3681
|
+
"name": "deployerFunc",
|
|
3682
|
+
"type": {
|
|
3683
|
+
"fqn": "aws-cdk-lib.aws_lambda.IFunction"
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"symbolId": "src/MicroAppsChildDeployer:IMicroAppsChildDeployer"
|
|
3688
|
+
},
|
|
3656
3689
|
"@pwrdrvr/microapps-cdk.IMicroAppsEdgeToOrigin": {
|
|
3657
3690
|
"assembly": "@pwrdrvr/microapps-cdk",
|
|
3658
3691
|
"docs": {
|
|
@@ -3663,7 +3696,7 @@
|
|
|
3663
3696
|
"kind": "interface",
|
|
3664
3697
|
"locationInModule": {
|
|
3665
3698
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3666
|
-
"line":
|
|
3699
|
+
"line": 27
|
|
3667
3700
|
},
|
|
3668
3701
|
"name": "IMicroAppsEdgeToOrigin",
|
|
3669
3702
|
"properties": [
|
|
@@ -3677,7 +3710,7 @@
|
|
|
3677
3710
|
"immutable": true,
|
|
3678
3711
|
"locationInModule": {
|
|
3679
3712
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3680
|
-
"line":
|
|
3713
|
+
"line": 33
|
|
3681
3714
|
},
|
|
3682
3715
|
"name": "edgeToOriginFunction",
|
|
3683
3716
|
"type": {
|
|
@@ -3702,7 +3735,7 @@
|
|
|
3702
3735
|
"immutable": true,
|
|
3703
3736
|
"locationInModule": {
|
|
3704
3737
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3705
|
-
"line":
|
|
3738
|
+
"line": 38
|
|
3706
3739
|
},
|
|
3707
3740
|
"name": "edgeToOriginLambdas",
|
|
3708
3741
|
"type": {
|
|
@@ -3713,6 +3746,22 @@
|
|
|
3713
3746
|
"kind": "array"
|
|
3714
3747
|
}
|
|
3715
3748
|
}
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"abstract": true,
|
|
3752
|
+
"docs": {
|
|
3753
|
+
"stability": "experimental",
|
|
3754
|
+
"summary": "The IAM Role for the edge to origin function."
|
|
3755
|
+
},
|
|
3756
|
+
"immutable": true,
|
|
3757
|
+
"locationInModule": {
|
|
3758
|
+
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
3759
|
+
"line": 43
|
|
3760
|
+
},
|
|
3761
|
+
"name": "edgeToOriginRole",
|
|
3762
|
+
"type": {
|
|
3763
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
3764
|
+
}
|
|
3716
3765
|
}
|
|
3717
3766
|
],
|
|
3718
3767
|
"symbolId": "src/MicroAppsEdgeToOrigin:IMicroAppsEdgeToOrigin"
|
|
@@ -3841,7 +3890,7 @@
|
|
|
3841
3890
|
},
|
|
3842
3891
|
"name": "deployerFunc",
|
|
3843
3892
|
"type": {
|
|
3844
|
-
"fqn": "aws-cdk-lib.aws_lambda.
|
|
3893
|
+
"fqn": "aws-cdk-lib.aws_lambda.Function"
|
|
3845
3894
|
}
|
|
3846
3895
|
},
|
|
3847
3896
|
{
|
|
@@ -3874,7 +3923,7 @@
|
|
|
3874
3923
|
"name": "routerFunc",
|
|
3875
3924
|
"optional": true,
|
|
3876
3925
|
"type": {
|
|
3877
|
-
"fqn": "aws-cdk-lib.aws_lambda.
|
|
3926
|
+
"fqn": "aws-cdk-lib.aws_lambda.Function"
|
|
3878
3927
|
}
|
|
3879
3928
|
}
|
|
3880
3929
|
],
|
|
@@ -3932,7 +3981,7 @@
|
|
|
3932
3981
|
},
|
|
3933
3982
|
"locationInModule": {
|
|
3934
3983
|
"filename": "src/MicroApps.ts",
|
|
3935
|
-
"line":
|
|
3984
|
+
"line": 373
|
|
3936
3985
|
},
|
|
3937
3986
|
"parameters": [
|
|
3938
3987
|
{
|
|
@@ -3962,7 +4011,7 @@
|
|
|
3962
4011
|
"kind": "class",
|
|
3963
4012
|
"locationInModule": {
|
|
3964
4013
|
"filename": "src/MicroApps.ts",
|
|
3965
|
-
"line":
|
|
4014
|
+
"line": 347
|
|
3966
4015
|
},
|
|
3967
4016
|
"name": "MicroApps",
|
|
3968
4017
|
"properties": [
|
|
@@ -3974,7 +4023,7 @@
|
|
|
3974
4023
|
"immutable": true,
|
|
3975
4024
|
"locationInModule": {
|
|
3976
4025
|
"filename": "src/MicroApps.ts",
|
|
3977
|
-
"line":
|
|
4026
|
+
"line": 349
|
|
3978
4027
|
},
|
|
3979
4028
|
"name": "cf",
|
|
3980
4029
|
"overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
@@ -3990,7 +4039,7 @@
|
|
|
3990
4039
|
"immutable": true,
|
|
3991
4040
|
"locationInModule": {
|
|
3992
4041
|
"filename": "src/MicroApps.ts",
|
|
3993
|
-
"line":
|
|
4042
|
+
"line": 359
|
|
3994
4043
|
},
|
|
3995
4044
|
"name": "s3",
|
|
3996
4045
|
"overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
@@ -4006,7 +4055,7 @@
|
|
|
4006
4055
|
"immutable": true,
|
|
4007
4056
|
"locationInModule": {
|
|
4008
4057
|
"filename": "src/MicroApps.ts",
|
|
4009
|
-
"line":
|
|
4058
|
+
"line": 369
|
|
4010
4059
|
},
|
|
4011
4060
|
"name": "svcs",
|
|
4012
4061
|
"overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
@@ -4022,7 +4071,7 @@
|
|
|
4022
4071
|
"immutable": true,
|
|
4023
4072
|
"locationInModule": {
|
|
4024
4073
|
"filename": "src/MicroApps.ts",
|
|
4025
|
-
"line":
|
|
4074
|
+
"line": 364
|
|
4026
4075
|
},
|
|
4027
4076
|
"name": "apigwy",
|
|
4028
4077
|
"optional": true,
|
|
@@ -4039,7 +4088,7 @@
|
|
|
4039
4088
|
"immutable": true,
|
|
4040
4089
|
"locationInModule": {
|
|
4041
4090
|
"filename": "src/MicroApps.ts",
|
|
4042
|
-
"line":
|
|
4091
|
+
"line": 354
|
|
4043
4092
|
},
|
|
4044
4093
|
"name": "edgeToOrigin",
|
|
4045
4094
|
"optional": true,
|
|
@@ -4740,6 +4789,215 @@
|
|
|
4740
4789
|
],
|
|
4741
4790
|
"symbolId": "src/MicroAppsCF:MicroAppsCFProps"
|
|
4742
4791
|
},
|
|
4792
|
+
"@pwrdrvr/microapps-cdk.MicroAppsChildDeployer": {
|
|
4793
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
4794
|
+
"base": "constructs.Construct",
|
|
4795
|
+
"docs": {
|
|
4796
|
+
"stability": "experimental",
|
|
4797
|
+
"summary": "Create a new MicroApps Child Deployer construct."
|
|
4798
|
+
},
|
|
4799
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsChildDeployer",
|
|
4800
|
+
"initializer": {
|
|
4801
|
+
"docs": {
|
|
4802
|
+
"stability": "experimental"
|
|
4803
|
+
},
|
|
4804
|
+
"locationInModule": {
|
|
4805
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4806
|
+
"line": 84
|
|
4807
|
+
},
|
|
4808
|
+
"parameters": [
|
|
4809
|
+
{
|
|
4810
|
+
"name": "scope",
|
|
4811
|
+
"type": {
|
|
4812
|
+
"fqn": "constructs.Construct"
|
|
4813
|
+
}
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"name": "id",
|
|
4817
|
+
"type": {
|
|
4818
|
+
"primitive": "string"
|
|
4819
|
+
}
|
|
4820
|
+
},
|
|
4821
|
+
{
|
|
4822
|
+
"name": "props",
|
|
4823
|
+
"optional": true,
|
|
4824
|
+
"type": {
|
|
4825
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsChildDeployerProps"
|
|
4826
|
+
}
|
|
4827
|
+
}
|
|
4828
|
+
]
|
|
4829
|
+
},
|
|
4830
|
+
"interfaces": [
|
|
4831
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsChildDeployer"
|
|
4832
|
+
],
|
|
4833
|
+
"kind": "class",
|
|
4834
|
+
"locationInModule": {
|
|
4835
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4836
|
+
"line": 78
|
|
4837
|
+
},
|
|
4838
|
+
"name": "MicroAppsChildDeployer",
|
|
4839
|
+
"properties": [
|
|
4840
|
+
{
|
|
4841
|
+
"docs": {
|
|
4842
|
+
"stability": "experimental",
|
|
4843
|
+
"summary": "Lambda function for the Deployer."
|
|
4844
|
+
},
|
|
4845
|
+
"immutable": true,
|
|
4846
|
+
"locationInModule": {
|
|
4847
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4848
|
+
"line": 80
|
|
4849
|
+
},
|
|
4850
|
+
"name": "deployerFunc",
|
|
4851
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsChildDeployer",
|
|
4852
|
+
"type": {
|
|
4853
|
+
"fqn": "aws-cdk-lib.aws_lambda.IFunction"
|
|
4854
|
+
}
|
|
4855
|
+
}
|
|
4856
|
+
],
|
|
4857
|
+
"symbolId": "src/MicroAppsChildDeployer:MicroAppsChildDeployer"
|
|
4858
|
+
},
|
|
4859
|
+
"@pwrdrvr/microapps-cdk.MicroAppsChildDeployerProps": {
|
|
4860
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
4861
|
+
"datatype": true,
|
|
4862
|
+
"docs": {
|
|
4863
|
+
"stability": "experimental",
|
|
4864
|
+
"summary": "Properties to initialize an instance of `MicroAppsChildDeployer`."
|
|
4865
|
+
},
|
|
4866
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsChildDeployerProps",
|
|
4867
|
+
"kind": "interface",
|
|
4868
|
+
"locationInModule": {
|
|
4869
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4870
|
+
"line": 13
|
|
4871
|
+
},
|
|
4872
|
+
"name": "MicroAppsChildDeployerProps",
|
|
4873
|
+
"properties": [
|
|
4874
|
+
{
|
|
4875
|
+
"abstract": true,
|
|
4876
|
+
"docs": {
|
|
4877
|
+
"stability": "experimental",
|
|
4878
|
+
"summary": "Application environment, passed as `NODE_ENV` to the Router and Deployer Lambda functions."
|
|
4879
|
+
},
|
|
4880
|
+
"immutable": true,
|
|
4881
|
+
"locationInModule": {
|
|
4882
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4883
|
+
"line": 37
|
|
4884
|
+
},
|
|
4885
|
+
"name": "appEnv",
|
|
4886
|
+
"type": {
|
|
4887
|
+
"primitive": "string"
|
|
4888
|
+
}
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"abstract": true,
|
|
4892
|
+
"docs": {
|
|
4893
|
+
"stability": "experimental",
|
|
4894
|
+
"summary": "ARN of the IAM Role for the Edge to Origin Lambda Function."
|
|
4895
|
+
},
|
|
4896
|
+
"immutable": true,
|
|
4897
|
+
"locationInModule": {
|
|
4898
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4899
|
+
"line": 22
|
|
4900
|
+
},
|
|
4901
|
+
"name": "edgeToOriginRoleARN",
|
|
4902
|
+
"type": {
|
|
4903
|
+
"primitive": "string"
|
|
4904
|
+
}
|
|
4905
|
+
},
|
|
4906
|
+
{
|
|
4907
|
+
"abstract": true,
|
|
4908
|
+
"docs": {
|
|
4909
|
+
"stability": "experimental",
|
|
4910
|
+
"summary": "ARN of the parent Deployer Lambda Function."
|
|
4911
|
+
},
|
|
4912
|
+
"immutable": true,
|
|
4913
|
+
"locationInModule": {
|
|
4914
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4915
|
+
"line": 17
|
|
4916
|
+
},
|
|
4917
|
+
"name": "parentDeployerLambdaARN",
|
|
4918
|
+
"type": {
|
|
4919
|
+
"primitive": "string"
|
|
4920
|
+
}
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"abstract": true,
|
|
4924
|
+
"docs": {
|
|
4925
|
+
"default": "- resource names auto assigned",
|
|
4926
|
+
"example": "microapps",
|
|
4927
|
+
"stability": "experimental",
|
|
4928
|
+
"summary": "Optional asset name root."
|
|
4929
|
+
},
|
|
4930
|
+
"immutable": true,
|
|
4931
|
+
"locationInModule": {
|
|
4932
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4933
|
+
"line": 45
|
|
4934
|
+
},
|
|
4935
|
+
"name": "assetNameRoot",
|
|
4936
|
+
"optional": true,
|
|
4937
|
+
"type": {
|
|
4938
|
+
"primitive": "string"
|
|
4939
|
+
}
|
|
4940
|
+
},
|
|
4941
|
+
{
|
|
4942
|
+
"abstract": true,
|
|
4943
|
+
"docs": {
|
|
4944
|
+
"default": "none",
|
|
4945
|
+
"example": "-dev-pr-12",
|
|
4946
|
+
"stability": "experimental",
|
|
4947
|
+
"summary": "Optional asset name suffix."
|
|
4948
|
+
},
|
|
4949
|
+
"immutable": true,
|
|
4950
|
+
"locationInModule": {
|
|
4951
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4952
|
+
"line": 53
|
|
4953
|
+
},
|
|
4954
|
+
"name": "assetNameSuffix",
|
|
4955
|
+
"optional": true,
|
|
4956
|
+
"type": {
|
|
4957
|
+
"primitive": "string"
|
|
4958
|
+
}
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"abstract": true,
|
|
4962
|
+
"docs": {
|
|
4963
|
+
"default": "2 minutes",
|
|
4964
|
+
"remarks": "For larger applications this needs to be set up to 2-5 minutes for the S3 copy",
|
|
4965
|
+
"stability": "experimental",
|
|
4966
|
+
"summary": "Deployer timeout."
|
|
4967
|
+
},
|
|
4968
|
+
"immutable": true,
|
|
4969
|
+
"locationInModule": {
|
|
4970
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4971
|
+
"line": 62
|
|
4972
|
+
},
|
|
4973
|
+
"name": "deployerTimeout",
|
|
4974
|
+
"optional": true,
|
|
4975
|
+
"type": {
|
|
4976
|
+
"fqn": "aws-cdk-lib.Duration"
|
|
4977
|
+
}
|
|
4978
|
+
},
|
|
4979
|
+
{
|
|
4980
|
+
"abstract": true,
|
|
4981
|
+
"docs": {
|
|
4982
|
+
"default": "- per resource default",
|
|
4983
|
+
"remarks": "Note: if set to DESTROY the S3 buckes will have `autoDeleteObjects` set to `true`",
|
|
4984
|
+
"stability": "experimental",
|
|
4985
|
+
"summary": "RemovalPolicy override for child resources."
|
|
4986
|
+
},
|
|
4987
|
+
"immutable": true,
|
|
4988
|
+
"locationInModule": {
|
|
4989
|
+
"filename": "src/MicroAppsChildDeployer.ts",
|
|
4990
|
+
"line": 31
|
|
4991
|
+
},
|
|
4992
|
+
"name": "removalPolicy",
|
|
4993
|
+
"optional": true,
|
|
4994
|
+
"type": {
|
|
4995
|
+
"fqn": "aws-cdk-lib.RemovalPolicy"
|
|
4996
|
+
}
|
|
4997
|
+
}
|
|
4998
|
+
],
|
|
4999
|
+
"symbolId": "src/MicroAppsChildDeployer:MicroAppsChildDeployerProps"
|
|
5000
|
+
},
|
|
4743
5001
|
"@pwrdrvr/microapps-cdk.MicroAppsEdgeToOrigin": {
|
|
4744
5002
|
"assembly": "@pwrdrvr/microapps-cdk",
|
|
4745
5003
|
"base": "constructs.Construct",
|
|
@@ -4754,7 +5012,7 @@
|
|
|
4754
5012
|
},
|
|
4755
5013
|
"locationInModule": {
|
|
4756
5014
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4757
|
-
"line":
|
|
5015
|
+
"line": 304
|
|
4758
5016
|
},
|
|
4759
5017
|
"parameters": [
|
|
4760
5018
|
{
|
|
@@ -4783,7 +5041,7 @@
|
|
|
4783
5041
|
"kind": "class",
|
|
4784
5042
|
"locationInModule": {
|
|
4785
5043
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4786
|
-
"line":
|
|
5044
|
+
"line": 274
|
|
4787
5045
|
},
|
|
4788
5046
|
"methods": [
|
|
4789
5047
|
{
|
|
@@ -4794,7 +5052,7 @@
|
|
|
4794
5052
|
},
|
|
4795
5053
|
"locationInModule": {
|
|
4796
5054
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4797
|
-
"line":
|
|
5055
|
+
"line": 280
|
|
4798
5056
|
},
|
|
4799
5057
|
"name": "generateEdgeToOriginConfig",
|
|
4800
5058
|
"parameters": [
|
|
@@ -4824,7 +5082,7 @@
|
|
|
4824
5082
|
"immutable": true,
|
|
4825
5083
|
"locationInModule": {
|
|
4826
5084
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4827
|
-
"line":
|
|
5085
|
+
"line": 290
|
|
4828
5086
|
},
|
|
4829
5087
|
"name": "edgeToOriginFunction",
|
|
4830
5088
|
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsEdgeToOrigin",
|
|
@@ -4849,7 +5107,7 @@
|
|
|
4849
5107
|
"immutable": true,
|
|
4850
5108
|
"locationInModule": {
|
|
4851
5109
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4852
|
-
"line":
|
|
5110
|
+
"line": 295
|
|
4853
5111
|
},
|
|
4854
5112
|
"name": "edgeToOriginLambdas",
|
|
4855
5113
|
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsEdgeToOrigin",
|
|
@@ -4861,6 +5119,22 @@
|
|
|
4861
5119
|
"kind": "array"
|
|
4862
5120
|
}
|
|
4863
5121
|
}
|
|
5122
|
+
},
|
|
5123
|
+
{
|
|
5124
|
+
"docs": {
|
|
5125
|
+
"stability": "experimental",
|
|
5126
|
+
"summary": "The IAM Role for the edge to origin function."
|
|
5127
|
+
},
|
|
5128
|
+
"immutable": true,
|
|
5129
|
+
"locationInModule": {
|
|
5130
|
+
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
5131
|
+
"line": 300
|
|
5132
|
+
},
|
|
5133
|
+
"name": "edgeToOriginRole",
|
|
5134
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsEdgeToOrigin",
|
|
5135
|
+
"type": {
|
|
5136
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
5137
|
+
}
|
|
4864
5138
|
}
|
|
4865
5139
|
],
|
|
4866
5140
|
"symbolId": "src/MicroAppsEdgeToOrigin:MicroAppsEdgeToOrigin"
|
|
@@ -4876,7 +5150,7 @@
|
|
|
4876
5150
|
"kind": "interface",
|
|
4877
5151
|
"locationInModule": {
|
|
4878
5152
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4879
|
-
"line":
|
|
5153
|
+
"line": 49
|
|
4880
5154
|
},
|
|
4881
5155
|
"name": "MicroAppsEdgeToOriginProps",
|
|
4882
5156
|
"properties": [
|
|
@@ -4891,7 +5165,7 @@
|
|
|
4891
5165
|
"immutable": true,
|
|
4892
5166
|
"locationInModule": {
|
|
4893
5167
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4894
|
-
"line":
|
|
5168
|
+
"line": 90
|
|
4895
5169
|
},
|
|
4896
5170
|
"name": "addXForwardedHostHeader",
|
|
4897
5171
|
"optional": true,
|
|
@@ -4899,6 +5173,29 @@
|
|
|
4899
5173
|
"primitive": "boolean"
|
|
4900
5174
|
}
|
|
4901
5175
|
},
|
|
5176
|
+
{
|
|
5177
|
+
"abstract": true,
|
|
5178
|
+
"docs": {
|
|
5179
|
+
"default": "[]",
|
|
5180
|
+
"stability": "experimental",
|
|
5181
|
+
"summary": "Account IDs allowed for cross-account Function URL invocations."
|
|
5182
|
+
},
|
|
5183
|
+
"immutable": true,
|
|
5184
|
+
"locationInModule": {
|
|
5185
|
+
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
5186
|
+
"line": 150
|
|
5187
|
+
},
|
|
5188
|
+
"name": "allowedFunctionUrlAccounts",
|
|
5189
|
+
"optional": true,
|
|
5190
|
+
"type": {
|
|
5191
|
+
"collection": {
|
|
5192
|
+
"elementtype": {
|
|
5193
|
+
"primitive": "string"
|
|
5194
|
+
},
|
|
5195
|
+
"kind": "array"
|
|
5196
|
+
}
|
|
5197
|
+
}
|
|
5198
|
+
},
|
|
4902
5199
|
{
|
|
4903
5200
|
"abstract": true,
|
|
4904
5201
|
"docs": {
|
|
@@ -4910,7 +5207,7 @@
|
|
|
4910
5207
|
"immutable": true,
|
|
4911
5208
|
"locationInModule": {
|
|
4912
5209
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4913
|
-
"line":
|
|
5210
|
+
"line": 63
|
|
4914
5211
|
},
|
|
4915
5212
|
"name": "assetNameRoot",
|
|
4916
5213
|
"optional": true,
|
|
@@ -4929,7 +5226,7 @@
|
|
|
4929
5226
|
"immutable": true,
|
|
4930
5227
|
"locationInModule": {
|
|
4931
5228
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4932
|
-
"line":
|
|
5229
|
+
"line": 71
|
|
4933
5230
|
},
|
|
4934
5231
|
"name": "assetNameSuffix",
|
|
4935
5232
|
"optional": true,
|
|
@@ -4941,13 +5238,14 @@
|
|
|
4941
5238
|
"abstract": true,
|
|
4942
5239
|
"docs": {
|
|
4943
5240
|
"default": "undefined",
|
|
5241
|
+
"remarks": "Note that Lambda FunctionURLs get the region from the Lambda ARN\nand do not need this to be configured.",
|
|
4944
5242
|
"stability": "experimental",
|
|
4945
5243
|
"summary": "Origin region that API Gateway will be deployed to, used for the config.yml on the Edge function to sign requests for the correct region."
|
|
4946
5244
|
},
|
|
4947
5245
|
"immutable": true,
|
|
4948
5246
|
"locationInModule": {
|
|
4949
5247
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4950
|
-
"line":
|
|
5248
|
+
"line": 127
|
|
4951
5249
|
},
|
|
4952
5250
|
"name": "originRegion",
|
|
4953
5251
|
"optional": true,
|
|
@@ -4965,7 +5263,7 @@
|
|
|
4965
5263
|
"immutable": true,
|
|
4966
5264
|
"locationInModule": {
|
|
4967
5265
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4968
|
-
"line":
|
|
5266
|
+
"line": 55
|
|
4969
5267
|
},
|
|
4970
5268
|
"name": "removalPolicy",
|
|
4971
5269
|
"optional": true,
|
|
@@ -4984,7 +5282,7 @@
|
|
|
4984
5282
|
"immutable": true,
|
|
4985
5283
|
"locationInModule": {
|
|
4986
5284
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
4987
|
-
"line":
|
|
5285
|
+
"line": 102
|
|
4988
5286
|
},
|
|
4989
5287
|
"name": "replaceHostHeader",
|
|
4990
5288
|
"optional": true,
|
|
@@ -5003,7 +5301,7 @@
|
|
|
5003
5301
|
"immutable": true,
|
|
5004
5302
|
"locationInModule": {
|
|
5005
5303
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
5006
|
-
"line":
|
|
5304
|
+
"line": 79
|
|
5007
5305
|
},
|
|
5008
5306
|
"name": "rootPathPrefix",
|
|
5009
5307
|
"optional": true,
|
|
@@ -5021,7 +5319,7 @@
|
|
|
5021
5319
|
"immutable": true,
|
|
5022
5320
|
"locationInModule": {
|
|
5023
5321
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
5024
|
-
"line":
|
|
5322
|
+
"line": 143
|
|
5025
5323
|
},
|
|
5026
5324
|
"name": "setupApiGatewayPermissions",
|
|
5027
5325
|
"optional": true,
|
|
@@ -5040,7 +5338,7 @@
|
|
|
5040
5338
|
"immutable": true,
|
|
5041
5339
|
"locationInModule": {
|
|
5042
5340
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
5043
|
-
"line":
|
|
5341
|
+
"line": 115
|
|
5044
5342
|
},
|
|
5045
5343
|
"name": "signingMode",
|
|
5046
5344
|
"optional": true,
|
|
@@ -5058,7 +5356,7 @@
|
|
|
5058
5356
|
"immutable": true,
|
|
5059
5357
|
"locationInModule": {
|
|
5060
5358
|
"filename": "src/MicroAppsEdgeToOrigin.ts",
|
|
5061
|
-
"line":
|
|
5359
|
+
"line": 136
|
|
5062
5360
|
},
|
|
5063
5361
|
"name": "tableRulesArn",
|
|
5064
5362
|
"optional": true,
|
|
@@ -5120,6 +5418,29 @@
|
|
|
5120
5418
|
"primitive": "boolean"
|
|
5121
5419
|
}
|
|
5122
5420
|
},
|
|
5421
|
+
{
|
|
5422
|
+
"abstract": true,
|
|
5423
|
+
"docs": {
|
|
5424
|
+
"default": "[]",
|
|
5425
|
+
"stability": "experimental",
|
|
5426
|
+
"summary": "Account IDs allowed for cross-account Function URL invocations."
|
|
5427
|
+
},
|
|
5428
|
+
"immutable": true,
|
|
5429
|
+
"locationInModule": {
|
|
5430
|
+
"filename": "src/MicroApps.ts",
|
|
5431
|
+
"line": 304
|
|
5432
|
+
},
|
|
5433
|
+
"name": "allowedFunctionUrlAccounts",
|
|
5434
|
+
"optional": true,
|
|
5435
|
+
"type": {
|
|
5436
|
+
"collection": {
|
|
5437
|
+
"elementtype": {
|
|
5438
|
+
"primitive": "string"
|
|
5439
|
+
},
|
|
5440
|
+
"kind": "array"
|
|
5441
|
+
}
|
|
5442
|
+
}
|
|
5443
|
+
},
|
|
5123
5444
|
{
|
|
5124
5445
|
"abstract": true,
|
|
5125
5446
|
"docs": {
|
|
@@ -5889,7 +6210,7 @@
|
|
|
5889
6210
|
"name": "deployerFunc",
|
|
5890
6211
|
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
|
|
5891
6212
|
"type": {
|
|
5892
|
-
"fqn": "aws-cdk-lib.aws_lambda.
|
|
6213
|
+
"fqn": "aws-cdk-lib.aws_lambda.Function"
|
|
5893
6214
|
}
|
|
5894
6215
|
},
|
|
5895
6216
|
{
|
|
@@ -5922,7 +6243,7 @@
|
|
|
5922
6243
|
"optional": true,
|
|
5923
6244
|
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
|
|
5924
6245
|
"type": {
|
|
5925
|
-
"fqn": "aws-cdk-lib.aws_lambda.
|
|
6246
|
+
"fqn": "aws-cdk-lib.aws_lambda.Function"
|
|
5926
6247
|
}
|
|
5927
6248
|
}
|
|
5928
6249
|
],
|
|
@@ -6376,6 +6697,6 @@
|
|
|
6376
6697
|
"symbolId": "src/MicroAppsTable:MicroAppsTableProps"
|
|
6377
6698
|
}
|
|
6378
6699
|
},
|
|
6379
|
-
"version": "0.3.5-alpha.
|
|
6380
|
-
"fingerprint": "
|
|
6700
|
+
"version": "0.3.5-alpha.5",
|
|
6701
|
+
"fingerprint": "Hr6+wGcFOmZZUkkqChqa29zcAL6dy0liI6DmzQQI/gM="
|
|
6381
6702
|
}
|