@pwrdrvr/microapps-cdk 0.2.4 → 0.2.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 CHANGED
@@ -2935,13 +2935,14 @@
2935
2935
  "assembly": "@pwrdrvr/microapps-cdk",
2936
2936
  "datatype": true,
2937
2937
  "docs": {
2938
- "stability": "stable"
2938
+ "stability": "stable",
2939
+ "summary": "Options for `AddRoutes`."
2939
2940
  },
2940
2941
  "fqn": "@pwrdrvr/microapps-cdk.AddRoutesOptions",
2941
2942
  "kind": "interface",
2942
2943
  "locationInModule": {
2943
2944
  "filename": "src/MicroAppsCF.ts",
2944
- "line": 118
2945
+ "line": 143
2945
2946
  },
2946
2947
  "name": "AddRoutesOptions",
2947
2948
  "properties": [
@@ -2954,7 +2955,7 @@
2954
2955
  "immutable": true,
2955
2956
  "locationInModule": {
2956
2957
  "filename": "src/MicroAppsCF.ts",
2957
- "line": 122
2958
+ "line": 147
2958
2959
  },
2959
2960
  "name": "apiGwyOrigin",
2960
2961
  "type": {
@@ -2970,7 +2971,7 @@
2970
2971
  "immutable": true,
2971
2972
  "locationInModule": {
2972
2973
  "filename": "src/MicroAppsCF.ts",
2973
- "line": 137
2974
+ "line": 162
2974
2975
  },
2975
2976
  "name": "apigwyOriginRequestPolicy",
2976
2977
  "type": {
@@ -2986,7 +2987,7 @@
2986
2987
  "immutable": true,
2987
2988
  "locationInModule": {
2988
2989
  "filename": "src/MicroAppsCF.ts",
2989
- "line": 127
2990
+ "line": 152
2990
2991
  },
2991
2992
  "name": "bucketAppsOrigin",
2992
2993
  "type": {
@@ -3002,7 +3003,7 @@
3002
3003
  "immutable": true,
3003
3004
  "locationInModule": {
3004
3005
  "filename": "src/MicroAppsCF.ts",
3005
- "line": 132
3006
+ "line": 157
3006
3007
  },
3007
3008
  "name": "distro",
3008
3009
  "type": {
@@ -3020,7 +3021,7 @@
3020
3021
  "immutable": true,
3021
3022
  "locationInModule": {
3022
3023
  "filename": "src/MicroAppsCF.ts",
3023
- "line": 157
3024
+ "line": 182
3024
3025
  },
3025
3026
  "name": "createAPIPathRoute",
3026
3027
  "optional": true,
@@ -3038,7 +3039,7 @@
3038
3039
  "immutable": true,
3039
3040
  "locationInModule": {
3040
3041
  "filename": "src/MicroAppsCF.ts",
3041
- "line": 144
3042
+ "line": 169
3042
3043
  },
3043
3044
  "name": "rootPathPrefix",
3044
3045
  "optional": true,
@@ -3053,25 +3054,29 @@
3053
3054
  "assembly": "@pwrdrvr/microapps-cdk",
3054
3055
  "datatype": true,
3055
3056
  "docs": {
3056
- "stability": "stable"
3057
+ "stability": "stable",
3058
+ "summary": "Options for the `CreateAPIOriginPolicy`."
3057
3059
  },
3058
3060
  "fqn": "@pwrdrvr/microapps-cdk.CreateAPIOriginPolicyOptions",
3059
3061
  "kind": "interface",
3060
3062
  "locationInModule": {
3061
3063
  "filename": "src/MicroAppsCF.ts",
3062
- "line": 106
3064
+ "line": 115
3063
3065
  },
3064
3066
  "name": "CreateAPIOriginPolicyOptions",
3065
3067
  "properties": [
3066
3068
  {
3067
3069
  "abstract": true,
3068
3070
  "docs": {
3069
- "stability": "stable"
3071
+ "default": "- resource names auto assigned",
3072
+ "example": "microapps",
3073
+ "stability": "stable",
3074
+ "summary": "Optional asset name root."
3070
3075
  },
3071
3076
  "immutable": true,
3072
3077
  "locationInModule": {
3073
3078
  "filename": "src/MicroAppsCF.ts",
3074
- "line": 107
3079
+ "line": 122
3075
3080
  },
3076
3081
  "name": "assetNameRoot",
3077
3082
  "optional": true,
@@ -3082,12 +3087,15 @@
3082
3087
  {
3083
3088
  "abstract": true,
3084
3089
  "docs": {
3085
- "stability": "stable"
3090
+ "default": "none",
3091
+ "example": "-dev-pr-12",
3092
+ "stability": "stable",
3093
+ "summary": "Optional asset name suffix."
3086
3094
  },
3087
3095
  "immutable": true,
3088
3096
  "locationInModule": {
3089
3097
  "filename": "src/MicroAppsCF.ts",
3090
- "line": 108
3098
+ "line": 130
3091
3099
  },
3092
3100
  "name": "assetNameSuffix",
3093
3101
  "optional": true,
@@ -3104,7 +3112,7 @@
3104
3112
  "immutable": true,
3105
3113
  "locationInModule": {
3106
3114
  "filename": "src/MicroAppsCF.ts",
3107
- "line": 115
3115
+ "line": 137
3108
3116
  },
3109
3117
  "name": "domainNameEdge",
3110
3118
  "optional": true,
@@ -3118,25 +3126,27 @@
3118
3126
  "@pwrdrvr/microapps-cdk.IMicroApps": {
3119
3127
  "assembly": "@pwrdrvr/microapps-cdk",
3120
3128
  "docs": {
3121
- "stability": "stable"
3129
+ "stability": "stable",
3130
+ "summary": "Represents a MicroApps."
3122
3131
  },
3123
3132
  "fqn": "@pwrdrvr/microapps-cdk.IMicroApps",
3124
3133
  "kind": "interface",
3125
3134
  "locationInModule": {
3126
3135
  "filename": "src/MicroApps.ts",
3127
- "line": 172
3136
+ "line": 195
3128
3137
  },
3129
3138
  "name": "IMicroApps",
3130
3139
  "properties": [
3131
3140
  {
3132
3141
  "abstract": true,
3133
3142
  "docs": {
3134
- "stability": "stable"
3143
+ "stability": "stable",
3144
+ "summary": "{@inheritdoc IMicroAppsAPIGwy}."
3135
3145
  },
3136
3146
  "immutable": true,
3137
3147
  "locationInModule": {
3138
3148
  "filename": "src/MicroApps.ts",
3139
- "line": 176
3149
+ "line": 206
3140
3150
  },
3141
3151
  "name": "apigwy",
3142
3152
  "type": {
@@ -3146,12 +3156,13 @@
3146
3156
  {
3147
3157
  "abstract": true,
3148
3158
  "docs": {
3149
- "stability": "stable"
3159
+ "stability": "stable",
3160
+ "summary": "{@inheritdoc IMicroAppsCF}."
3150
3161
  },
3151
3162
  "immutable": true,
3152
3163
  "locationInModule": {
3153
3164
  "filename": "src/MicroApps.ts",
3154
- "line": 173
3165
+ "line": 197
3155
3166
  },
3156
3167
  "name": "cf",
3157
3168
  "type": {
@@ -3161,12 +3172,13 @@
3161
3172
  {
3162
3173
  "abstract": true,
3163
3174
  "docs": {
3164
- "stability": "stable"
3175
+ "stability": "stable",
3176
+ "summary": "{@inheritdoc IMicroAppsS3}."
3165
3177
  },
3166
3178
  "immutable": true,
3167
3179
  "locationInModule": {
3168
3180
  "filename": "src/MicroApps.ts",
3169
- "line": 174
3181
+ "line": 200
3170
3182
  },
3171
3183
  "name": "s3",
3172
3184
  "type": {
@@ -3176,12 +3188,13 @@
3176
3188
  {
3177
3189
  "abstract": true,
3178
3190
  "docs": {
3179
- "stability": "stable"
3191
+ "stability": "stable",
3192
+ "summary": "{@inheritdoc IMicroAppsSvcs}."
3180
3193
  },
3181
3194
  "immutable": true,
3182
3195
  "locationInModule": {
3183
3196
  "filename": "src/MicroApps.ts",
3184
- "line": 175
3197
+ "line": 203
3185
3198
  },
3186
3199
  "name": "svcs",
3187
3200
  "type": {
@@ -3194,13 +3207,14 @@
3194
3207
  "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy": {
3195
3208
  "assembly": "@pwrdrvr/microapps-cdk",
3196
3209
  "docs": {
3197
- "stability": "stable"
3210
+ "stability": "stable",
3211
+ "summary": "Represents a MicroApps API Gateway."
3198
3212
  },
3199
3213
  "fqn": "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy",
3200
3214
  "kind": "interface",
3201
3215
  "locationInModule": {
3202
3216
  "filename": "src/MicroAppsAPIGwy.ts",
3203
- "line": 75
3217
+ "line": 81
3204
3218
  },
3205
3219
  "name": "IMicroAppsAPIGwy",
3206
3220
  "properties": [
@@ -3213,7 +3227,7 @@
3213
3227
  "immutable": true,
3214
3228
  "locationInModule": {
3215
3229
  "filename": "src/MicroAppsAPIGwy.ts",
3216
- "line": 84
3230
+ "line": 90
3217
3231
  },
3218
3232
  "name": "httpApi",
3219
3233
  "type": {
@@ -3229,7 +3243,7 @@
3229
3243
  "immutable": true,
3230
3244
  "locationInModule": {
3231
3245
  "filename": "src/MicroAppsAPIGwy.ts",
3232
- "line": 79
3246
+ "line": 85
3233
3247
  },
3234
3248
  "name": "dnAppsOrigin",
3235
3249
  "optional": true,
@@ -3243,13 +3257,14 @@
3243
3257
  "@pwrdrvr/microapps-cdk.IMicroAppsCF": {
3244
3258
  "assembly": "@pwrdrvr/microapps-cdk",
3245
3259
  "docs": {
3246
- "stability": "stable"
3260
+ "stability": "stable",
3261
+ "summary": "Represents a MicroApps CloudFront."
3247
3262
  },
3248
3263
  "fqn": "@pwrdrvr/microapps-cdk.IMicroAppsCF",
3249
3264
  "kind": "interface",
3250
3265
  "locationInModule": {
3251
3266
  "filename": "src/MicroAppsCF.ts",
3252
- "line": 14
3267
+ "line": 17
3253
3268
  },
3254
3269
  "name": "IMicroAppsCF",
3255
3270
  "properties": [
@@ -3261,7 +3276,7 @@
3261
3276
  "immutable": true,
3262
3277
  "locationInModule": {
3263
3278
  "filename": "src/MicroAppsCF.ts",
3264
- "line": 15
3279
+ "line": 18
3265
3280
  },
3266
3281
  "name": "cloudFrontDistro",
3267
3282
  "type": {
@@ -3274,13 +3289,14 @@
3274
3289
  "@pwrdrvr/microapps-cdk.IMicroAppsS3": {
3275
3290
  "assembly": "@pwrdrvr/microapps-cdk",
3276
3291
  "docs": {
3277
- "stability": "stable"
3292
+ "stability": "stable",
3293
+ "summary": "Represents a MicroApps S3."
3278
3294
  },
3279
3295
  "fqn": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
3280
3296
  "kind": "interface",
3281
3297
  "locationInModule": {
3282
3298
  "filename": "src/MicroAppsS3.ts",
3283
- "line": 7
3299
+ "line": 10
3284
3300
  },
3285
3301
  "name": "IMicroAppsS3",
3286
3302
  "properties": [
@@ -3293,7 +3309,7 @@
3293
3309
  "immutable": true,
3294
3310
  "locationInModule": {
3295
3311
  "filename": "src/MicroAppsS3.ts",
3296
- "line": 11
3312
+ "line": 14
3297
3313
  },
3298
3314
  "name": "bucketApps",
3299
3315
  "type": {
@@ -3309,7 +3325,7 @@
3309
3325
  "immutable": true,
3310
3326
  "locationInModule": {
3311
3327
  "filename": "src/MicroAppsS3.ts",
3312
- "line": 16
3328
+ "line": 19
3313
3329
  },
3314
3330
  "name": "bucketAppsOAI",
3315
3331
  "type": {
@@ -3325,7 +3341,7 @@
3325
3341
  "immutable": true,
3326
3342
  "locationInModule": {
3327
3343
  "filename": "src/MicroAppsS3.ts",
3328
- "line": 21
3344
+ "line": 24
3329
3345
  },
3330
3346
  "name": "bucketAppsOrigin",
3331
3347
  "type": {
@@ -3341,7 +3357,7 @@
3341
3357
  "immutable": true,
3342
3358
  "locationInModule": {
3343
3359
  "filename": "src/MicroAppsS3.ts",
3344
- "line": 26
3360
+ "line": 29
3345
3361
  },
3346
3362
  "name": "bucketAppsStaging",
3347
3363
  "type": {
@@ -3357,7 +3373,7 @@
3357
3373
  "immutable": true,
3358
3374
  "locationInModule": {
3359
3375
  "filename": "src/MicroAppsS3.ts",
3360
- "line": 31
3376
+ "line": 34
3361
3377
  },
3362
3378
  "name": "bucketLogs",
3363
3379
  "type": {
@@ -3370,13 +3386,14 @@
3370
3386
  "@pwrdrvr/microapps-cdk.IMicroAppsSvcs": {
3371
3387
  "assembly": "@pwrdrvr/microapps-cdk",
3372
3388
  "docs": {
3373
- "stability": "stable"
3389
+ "stability": "stable",
3390
+ "summary": "Represents a MicroApps Services."
3374
3391
  },
3375
3392
  "fqn": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
3376
3393
  "kind": "interface",
3377
3394
  "locationInModule": {
3378
3395
  "filename": "src/MicroAppsSvcs.ts",
3379
- "line": 113
3396
+ "line": 193
3380
3397
  },
3381
3398
  "name": "IMicroAppsSvcs",
3382
3399
  "properties": [
@@ -3389,13 +3406,29 @@
3389
3406
  "immutable": true,
3390
3407
  "locationInModule": {
3391
3408
  "filename": "src/MicroAppsSvcs.ts",
3392
- "line": 122
3409
+ "line": 202
3393
3410
  },
3394
3411
  "name": "deployerFunc",
3395
3412
  "type": {
3396
3413
  "fqn": "aws-cdk-lib.aws_lambda.IFunction"
3397
3414
  }
3398
3415
  },
3416
+ {
3417
+ "abstract": true,
3418
+ "docs": {
3419
+ "stability": "stable",
3420
+ "summary": "Lambda function for the Router."
3421
+ },
3422
+ "immutable": true,
3423
+ "locationInModule": {
3424
+ "filename": "src/MicroAppsSvcs.ts",
3425
+ "line": 207
3426
+ },
3427
+ "name": "routerFunc",
3428
+ "type": {
3429
+ "fqn": "aws-cdk-lib.aws_lambda.IFunction"
3430
+ }
3431
+ },
3399
3432
  {
3400
3433
  "abstract": true,
3401
3434
  "docs": {
@@ -3405,7 +3438,7 @@
3405
3438
  "immutable": true,
3406
3439
  "locationInModule": {
3407
3440
  "filename": "src/MicroAppsSvcs.ts",
3408
- "line": 117
3441
+ "line": 197
3409
3442
  },
3410
3443
  "name": "table",
3411
3444
  "type": {
@@ -3419,19 +3452,19 @@
3419
3452
  "assembly": "@pwrdrvr/microapps-cdk",
3420
3453
  "base": "constructs.Construct",
3421
3454
  "docs": {
3455
+ "remarks": "Use this construct to create a working entire stack.\n\nDo not use this construct when adding MicroApps to an existing\nCloudFront, API Gateway, S3 Bucket, etc. or where access\nto all features of the AWS Resources are needed (e.g. to\nadd additional Behaviors to the CloudFront distribution, set authorizors\non API Gateway, etc.).",
3456
+ "see": "{@link https://github.com/pwrdrvr/microapps-core/blob/main/packages/cdk/lib/MicroApps.ts | example usage in a CDK Stack }",
3422
3457
  "stability": "stable",
3423
- "summary": "Application deployment and runtime environment."
3458
+ "summary": "Create a new MicroApps \"turnkey\" construct for simple deployments and for initial evaulation of the MicroApps framework."
3424
3459
  },
3425
3460
  "fqn": "@pwrdrvr/microapps-cdk.MicroApps",
3426
3461
  "initializer": {
3427
3462
  "docs": {
3428
- "remarks": "This is the \"Easy Button\" construct to get started as quickly as possible.",
3429
- "stability": "stable",
3430
- "summary": "MicroApps - Create entire stack of CloudFront, S3, API Gateway, and Lambda Functions."
3463
+ "stability": "stable"
3431
3464
  },
3432
3465
  "locationInModule": {
3433
3466
  "filename": "src/MicroApps.ts",
3434
- "line": 211
3467
+ "line": 244
3435
3468
  },
3436
3469
  "parameters": [
3437
3470
  {
@@ -3461,18 +3494,19 @@
3461
3494
  "kind": "class",
3462
3495
  "locationInModule": {
3463
3496
  "filename": "src/MicroApps.ts",
3464
- "line": 182
3497
+ "line": 223
3465
3498
  },
3466
3499
  "name": "MicroApps",
3467
3500
  "properties": [
3468
3501
  {
3469
3502
  "docs": {
3470
- "stability": "stable"
3503
+ "stability": "stable",
3504
+ "summary": "{@inheritdoc IMicroAppsAPIGwy}."
3471
3505
  },
3472
3506
  "immutable": true,
3473
3507
  "locationInModule": {
3474
3508
  "filename": "src/MicroApps.ts",
3475
- "line": 194
3509
+ "line": 235
3476
3510
  },
3477
3511
  "name": "apigwy",
3478
3512
  "overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
@@ -3482,12 +3516,13 @@
3482
3516
  },
3483
3517
  {
3484
3518
  "docs": {
3485
- "stability": "stable"
3519
+ "stability": "stable",
3520
+ "summary": "{@inheritdoc IMicroAppsCF}."
3486
3521
  },
3487
3522
  "immutable": true,
3488
3523
  "locationInModule": {
3489
3524
  "filename": "src/MicroApps.ts",
3490
- "line": 184
3525
+ "line": 225
3491
3526
  },
3492
3527
  "name": "cf",
3493
3528
  "overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
@@ -3497,12 +3532,13 @@
3497
3532
  },
3498
3533
  {
3499
3534
  "docs": {
3500
- "stability": "stable"
3535
+ "stability": "stable",
3536
+ "summary": "{@inheritdoc IMicroAppsS3}."
3501
3537
  },
3502
3538
  "immutable": true,
3503
3539
  "locationInModule": {
3504
3540
  "filename": "src/MicroApps.ts",
3505
- "line": 189
3541
+ "line": 230
3506
3542
  },
3507
3543
  "name": "s3",
3508
3544
  "overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
@@ -3512,12 +3548,13 @@
3512
3548
  },
3513
3549
  {
3514
3550
  "docs": {
3515
- "stability": "stable"
3551
+ "stability": "stable",
3552
+ "summary": "{@inheritdoc IMicroAppsSvcs}."
3516
3553
  },
3517
3554
  "immutable": true,
3518
3555
  "locationInModule": {
3519
3556
  "filename": "src/MicroApps.ts",
3520
- "line": 199
3557
+ "line": 240
3521
3558
  },
3522
3559
  "name": "svcs",
3523
3560
  "overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
@@ -3532,17 +3569,17 @@
3532
3569
  "assembly": "@pwrdrvr/microapps-cdk",
3533
3570
  "base": "constructs.Construct",
3534
3571
  "docs": {
3535
- "stability": "stable"
3572
+ "stability": "stable",
3573
+ "summary": "Create a new MicroApps API Gateway HTTP API endpoint."
3536
3574
  },
3537
3575
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsAPIGwy",
3538
3576
  "initializer": {
3539
3577
  "docs": {
3540
- "stability": "stable",
3541
- "summary": "MicroApps - Create just API Gateway."
3578
+ "stability": "stable"
3542
3579
  },
3543
3580
  "locationInModule": {
3544
3581
  "filename": "src/MicroAppsAPIGwy.ts",
3545
- "line": 104
3582
+ "line": 107
3546
3583
  },
3547
3584
  "parameters": [
3548
3585
  {
@@ -3572,7 +3609,7 @@
3572
3609
  "kind": "class",
3573
3610
  "locationInModule": {
3574
3611
  "filename": "src/MicroAppsAPIGwy.ts",
3575
- "line": 87
3612
+ "line": 96
3576
3613
  },
3577
3614
  "name": "MicroAppsAPIGwy",
3578
3615
  "properties": [
@@ -3584,7 +3621,7 @@
3584
3621
  "immutable": true,
3585
3622
  "locationInModule": {
3586
3623
  "filename": "src/MicroAppsAPIGwy.ts",
3587
- "line": 94
3624
+ "line": 103
3588
3625
  },
3589
3626
  "name": "httpApi",
3590
3627
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy",
@@ -3600,7 +3637,7 @@
3600
3637
  "immutable": true,
3601
3638
  "locationInModule": {
3602
3639
  "filename": "src/MicroAppsAPIGwy.ts",
3603
- "line": 89
3640
+ "line": 98
3604
3641
  },
3605
3642
  "name": "dnAppsOrigin",
3606
3643
  "optional": true,
@@ -3616,13 +3653,14 @@
3616
3653
  "assembly": "@pwrdrvr/microapps-cdk",
3617
3654
  "datatype": true,
3618
3655
  "docs": {
3619
- "stability": "stable"
3656
+ "stability": "stable",
3657
+ "summary": "Properties to initialize an instance of `MicroAppsAPIGwy`."
3620
3658
  },
3621
3659
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsAPIGwyProps",
3622
3660
  "kind": "interface",
3623
3661
  "locationInModule": {
3624
3662
  "filename": "src/MicroAppsAPIGwy.ts",
3625
- "line": 11
3663
+ "line": 14
3626
3664
  },
3627
3665
  "name": "MicroAppsAPIGwyProps",
3628
3666
  "properties": [
@@ -3637,7 +3675,7 @@
3637
3675
  "immutable": true,
3638
3676
  "locationInModule": {
3639
3677
  "filename": "src/MicroAppsAPIGwy.ts",
3640
- "line": 43
3678
+ "line": 46
3641
3679
  },
3642
3680
  "name": "assetNameRoot",
3643
3681
  "optional": true,
@@ -3656,7 +3694,7 @@
3656
3694
  "immutable": true,
3657
3695
  "locationInModule": {
3658
3696
  "filename": "src/MicroAppsAPIGwy.ts",
3659
- "line": 51
3697
+ "line": 54
3660
3698
  },
3661
3699
  "name": "assetNameSuffix",
3662
3700
  "optional": true,
@@ -3674,7 +3712,7 @@
3674
3712
  "immutable": true,
3675
3713
  "locationInModule": {
3676
3714
  "filename": "src/MicroAppsAPIGwy.ts",
3677
- "line": 59
3715
+ "line": 62
3678
3716
  },
3679
3717
  "name": "certOrigin",
3680
3718
  "optional": true,
@@ -3693,7 +3731,7 @@
3693
3731
  "immutable": true,
3694
3732
  "locationInModule": {
3695
3733
  "filename": "src/MicroAppsAPIGwy.ts",
3696
- "line": 27
3734
+ "line": 30
3697
3735
  },
3698
3736
  "name": "domainNameEdge",
3699
3737
  "optional": true,
@@ -3712,7 +3750,7 @@
3712
3750
  "immutable": true,
3713
3751
  "locationInModule": {
3714
3752
  "filename": "src/MicroAppsAPIGwy.ts",
3715
- "line": 35
3753
+ "line": 38
3716
3754
  },
3717
3755
  "name": "domainNameOrigin",
3718
3756
  "optional": true,
@@ -3729,7 +3767,7 @@
3729
3767
  "immutable": true,
3730
3768
  "locationInModule": {
3731
3769
  "filename": "src/MicroAppsAPIGwy.ts",
3732
- "line": 64
3770
+ "line": 67
3733
3771
  },
3734
3772
  "name": "r53Zone",
3735
3773
  "optional": true,
@@ -3748,7 +3786,7 @@
3748
3786
  "immutable": true,
3749
3787
  "locationInModule": {
3750
3788
  "filename": "src/MicroAppsAPIGwy.ts",
3751
- "line": 19
3789
+ "line": 22
3752
3790
  },
3753
3791
  "name": "removalPolicy",
3754
3792
  "optional": true,
@@ -3767,7 +3805,7 @@
3767
3805
  "immutable": true,
3768
3806
  "locationInModule": {
3769
3807
  "filename": "src/MicroAppsAPIGwy.ts",
3770
- "line": 72
3808
+ "line": 75
3771
3809
  },
3772
3810
  "name": "rootPathPrefix",
3773
3811
  "optional": true,
@@ -3782,17 +3820,17 @@
3782
3820
  "assembly": "@pwrdrvr/microapps-cdk",
3783
3821
  "base": "constructs.Construct",
3784
3822
  "docs": {
3785
- "stability": "stable"
3823
+ "stability": "stable",
3824
+ "summary": "Create a new MicroApps CloudFront Distribution."
3786
3825
  },
3787
3826
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsCF",
3788
3827
  "initializer": {
3789
3828
  "docs": {
3790
- "stability": "stable",
3791
- "summary": "MicroApps - Create just CloudFront resources."
3829
+ "stability": "stable"
3792
3830
  },
3793
3831
  "locationInModule": {
3794
3832
  "filename": "src/MicroAppsCF.ts",
3795
- "line": 284
3833
+ "line": 306
3796
3834
  },
3797
3835
  "parameters": [
3798
3836
  {
@@ -3821,7 +3859,7 @@
3821
3859
  "kind": "class",
3822
3860
  "locationInModule": {
3823
3861
  "filename": "src/MicroAppsCF.ts",
3824
- "line": 160
3862
+ "line": 188
3825
3863
  },
3826
3864
  "methods": [
3827
3865
  {
@@ -3831,7 +3869,7 @@
3831
3869
  },
3832
3870
  "locationInModule": {
3833
3871
  "filename": "src/MicroAppsCF.ts",
3834
- "line": 214
3872
+ "line": 242
3835
3873
  },
3836
3874
  "name": "addRoutes",
3837
3875
  "parameters": [
@@ -3858,7 +3896,7 @@
3858
3896
  },
3859
3897
  "locationInModule": {
3860
3898
  "filename": "src/MicroAppsCF.ts",
3861
- "line": 174
3899
+ "line": 202
3862
3900
  },
3863
3901
  "name": "createAPIOriginPolicy",
3864
3902
  "parameters": [
@@ -3892,7 +3930,7 @@
3892
3930
  "immutable": true,
3893
3931
  "locationInModule": {
3894
3932
  "filename": "src/MicroAppsCF.ts",
3895
- "line": 274
3933
+ "line": 302
3896
3934
  },
3897
3935
  "name": "cloudFrontDistro",
3898
3936
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsCF",
@@ -3907,13 +3945,14 @@
3907
3945
  "assembly": "@pwrdrvr/microapps-cdk",
3908
3946
  "datatype": true,
3909
3947
  "docs": {
3910
- "stability": "stable"
3948
+ "stability": "stable",
3949
+ "summary": "Properties to initialize an instance of `MicroAppsCF`."
3911
3950
  },
3912
3951
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsCFProps",
3913
3952
  "kind": "interface",
3914
3953
  "locationInModule": {
3915
3954
  "filename": "src/MicroAppsCF.ts",
3916
- "line": 18
3955
+ "line": 24
3917
3956
  },
3918
3957
  "name": "MicroAppsCFProps",
3919
3958
  "properties": [
@@ -3926,7 +3965,7 @@
3926
3965
  "immutable": true,
3927
3966
  "locationInModule": {
3928
3967
  "filename": "src/MicroAppsCF.ts",
3929
- "line": 31
3968
+ "line": 37
3930
3969
  },
3931
3970
  "name": "bucketAppsOrigin",
3932
3971
  "type": {
@@ -3942,7 +3981,7 @@
3942
3981
  "immutable": true,
3943
3982
  "locationInModule": {
3944
3983
  "filename": "src/MicroAppsCF.ts",
3945
- "line": 57
3984
+ "line": 63
3946
3985
  },
3947
3986
  "name": "httpApi",
3948
3987
  "type": {
@@ -3960,7 +3999,7 @@
3960
3999
  "immutable": true,
3961
4000
  "locationInModule": {
3962
4001
  "filename": "src/MicroAppsCF.ts",
3963
- "line": 65
4002
+ "line": 71
3964
4003
  },
3965
4004
  "name": "assetNameRoot",
3966
4005
  "optional": true,
@@ -3979,7 +4018,7 @@
3979
4018
  "immutable": true,
3980
4019
  "locationInModule": {
3981
4020
  "filename": "src/MicroAppsCF.ts",
3982
- "line": 73
4021
+ "line": 79
3983
4022
  },
3984
4023
  "name": "assetNameSuffix",
3985
4024
  "optional": true,
@@ -3996,7 +4035,7 @@
3996
4035
  "immutable": true,
3997
4036
  "locationInModule": {
3998
4037
  "filename": "src/MicroAppsCF.ts",
3999
- "line": 36
4038
+ "line": 42
4000
4039
  },
4001
4040
  "name": "bucketLogs",
4002
4041
  "optional": true,
@@ -4013,7 +4052,7 @@
4013
4052
  "immutable": true,
4014
4053
  "locationInModule": {
4015
4054
  "filename": "src/MicroAppsCF.ts",
4016
- "line": 78
4055
+ "line": 84
4017
4056
  },
4018
4057
  "name": "certEdge",
4019
4058
  "optional": true,
@@ -4032,7 +4071,7 @@
4032
4071
  "immutable": true,
4033
4072
  "locationInModule": {
4034
4073
  "filename": "src/MicroAppsCF.ts",
4035
- "line": 103
4074
+ "line": 109
4036
4075
  },
4037
4076
  "name": "createAPIPathRoute",
4038
4077
  "optional": true,
@@ -4051,7 +4090,7 @@
4051
4090
  "immutable": true,
4052
4091
  "locationInModule": {
4053
4092
  "filename": "src/MicroAppsCF.ts",
4054
- "line": 44
4093
+ "line": 50
4055
4094
  },
4056
4095
  "name": "domainNameEdge",
4057
4096
  "optional": true,
@@ -4070,7 +4109,7 @@
4070
4109
  "immutable": true,
4071
4110
  "locationInModule": {
4072
4111
  "filename": "src/MicroAppsCF.ts",
4073
- "line": 52
4112
+ "line": 58
4074
4113
  },
4075
4114
  "name": "domainNameOrigin",
4076
4115
  "optional": true,
@@ -4087,7 +4126,7 @@
4087
4126
  "immutable": true,
4088
4127
  "locationInModule": {
4089
4128
  "filename": "src/MicroAppsCF.ts",
4090
- "line": 83
4129
+ "line": 89
4091
4130
  },
4092
4131
  "name": "r53Zone",
4093
4132
  "optional": true,
@@ -4106,7 +4145,7 @@
4106
4145
  "immutable": true,
4107
4146
  "locationInModule": {
4108
4147
  "filename": "src/MicroAppsCF.ts",
4109
- "line": 26
4148
+ "line": 32
4110
4149
  },
4111
4150
  "name": "removalPolicy",
4112
4151
  "optional": true,
@@ -4124,7 +4163,7 @@
4124
4163
  "immutable": true,
4125
4164
  "locationInModule": {
4126
4165
  "filename": "src/MicroAppsCF.ts",
4127
- "line": 90
4166
+ "line": 96
4128
4167
  },
4129
4168
  "name": "rootPathPrefix",
4130
4169
  "optional": true,
@@ -4140,13 +4179,13 @@
4140
4179
  "datatype": true,
4141
4180
  "docs": {
4142
4181
  "stability": "stable",
4143
- "summary": "Props for MicroApps."
4182
+ "summary": "Properties to initialize an instance of `MicroApps`."
4144
4183
  },
4145
4184
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsProps",
4146
4185
  "kind": "interface",
4147
4186
  "locationInModule": {
4148
4187
  "filename": "src/MicroApps.ts",
4149
- "line": 14
4188
+ "line": 36
4150
4189
  },
4151
4190
  "name": "MicroAppsProps",
4152
4191
  "properties": [
@@ -4160,7 +4199,7 @@
4160
4199
  "immutable": true,
4161
4200
  "locationInModule": {
4162
4201
  "filename": "src/MicroApps.ts",
4163
- "line": 29
4202
+ "line": 51
4164
4203
  },
4165
4204
  "name": "appEnv",
4166
4205
  "type": {
@@ -4178,7 +4217,7 @@
4178
4217
  "immutable": true,
4179
4218
  "locationInModule": {
4180
4219
  "filename": "src/MicroApps.ts",
4181
- "line": 37
4220
+ "line": 59
4182
4221
  },
4183
4222
  "name": "assetNameRoot",
4184
4223
  "optional": true,
@@ -4197,7 +4236,7 @@
4197
4236
  "immutable": true,
4198
4237
  "locationInModule": {
4199
4238
  "filename": "src/MicroApps.ts",
4200
- "line": 45
4239
+ "line": 67
4201
4240
  },
4202
4241
  "name": "assetNameSuffix",
4203
4242
  "optional": true,
@@ -4214,7 +4253,7 @@
4214
4253
  "immutable": true,
4215
4254
  "locationInModule": {
4216
4255
  "filename": "src/MicroApps.ts",
4217
- "line": 56
4256
+ "line": 77
4218
4257
  },
4219
4258
  "name": "certEdge",
4220
4259
  "optional": true,
@@ -4231,7 +4270,7 @@
4231
4270
  "immutable": true,
4232
4271
  "locationInModule": {
4233
4272
  "filename": "src/MicroApps.ts",
4234
- "line": 62
4273
+ "line": 82
4235
4274
  },
4236
4275
  "name": "certOrigin",
4237
4276
  "optional": true,
@@ -4250,7 +4289,7 @@
4250
4289
  "immutable": true,
4251
4290
  "locationInModule": {
4252
4291
  "filename": "src/MicroApps.ts",
4253
- "line": 169
4292
+ "line": 189
4254
4293
  },
4255
4294
  "name": "createAPIPathRoute",
4256
4295
  "optional": true,
@@ -4269,7 +4308,7 @@
4269
4308
  "immutable": true,
4270
4309
  "locationInModule": {
4271
4310
  "filename": "src/MicroApps.ts",
4272
- "line": 141
4311
+ "line": 161
4273
4312
  },
4274
4313
  "name": "domainNameEdge",
4275
4314
  "optional": true,
@@ -4288,7 +4327,7 @@
4288
4327
  "immutable": true,
4289
4328
  "locationInModule": {
4290
4329
  "filename": "src/MicroApps.ts",
4291
- "line": 149
4330
+ "line": 169
4292
4331
  },
4293
4332
  "name": "domainNameOrigin",
4294
4333
  "optional": true,
@@ -4305,7 +4344,7 @@
4305
4344
  "immutable": true,
4306
4345
  "locationInModule": {
4307
4346
  "filename": "src/MicroApps.ts",
4308
- "line": 50
4347
+ "line": 72
4309
4348
  },
4310
4349
  "name": "r53Zone",
4311
4350
  "optional": true,
@@ -4324,7 +4363,7 @@
4324
4363
  "immutable": true,
4325
4364
  "locationInModule": {
4326
4365
  "filename": "src/MicroApps.ts",
4327
- "line": 22
4366
+ "line": 44
4328
4367
  },
4329
4368
  "name": "removalPolicy",
4330
4369
  "optional": true,
@@ -4342,7 +4381,7 @@
4342
4381
  "immutable": true,
4343
4382
  "locationInModule": {
4344
4383
  "filename": "src/MicroApps.ts",
4345
- "line": 156
4384
+ "line": 176
4346
4385
  },
4347
4386
  "name": "rootPathPrefix",
4348
4387
  "optional": true,
@@ -4362,7 +4401,7 @@
4362
4401
  "immutable": true,
4363
4402
  "locationInModule": {
4364
4403
  "filename": "src/MicroApps.ts",
4365
- "line": 133
4404
+ "line": 153
4366
4405
  },
4367
4406
  "name": "s3PolicyBypassAROAs",
4368
4407
  "optional": true,
@@ -4387,7 +4426,7 @@
4387
4426
  "immutable": true,
4388
4427
  "locationInModule": {
4389
4428
  "filename": "src/MicroApps.ts",
4390
- "line": 90
4429
+ "line": 110
4391
4430
  },
4392
4431
  "name": "s3PolicyBypassPrincipalARNs",
4393
4432
  "optional": true,
@@ -4411,7 +4450,7 @@
4411
4450
  "immutable": true,
4412
4451
  "locationInModule": {
4413
4452
  "filename": "src/MicroApps.ts",
4414
- "line": 74
4453
+ "line": 94
4415
4454
  },
4416
4455
  "name": "s3StrictBucketPolicy",
4417
4456
  "optional": true,
@@ -4426,17 +4465,17 @@
4426
4465
  "assembly": "@pwrdrvr/microapps-cdk",
4427
4466
  "base": "constructs.Construct",
4428
4467
  "docs": {
4429
- "stability": "stable"
4468
+ "stability": "stable",
4469
+ "summary": "Create a new MicroApps S3 Bucket."
4430
4470
  },
4431
4471
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsS3",
4432
4472
  "initializer": {
4433
4473
  "docs": {
4434
- "stability": "stable",
4435
- "summary": "MicroApps - Create just S3 resources."
4474
+ "stability": "stable"
4436
4475
  },
4437
4476
  "locationInModule": {
4438
4477
  "filename": "src/MicroAppsS3.ts",
4439
- "line": 114
4478
+ "line": 117
4440
4479
  },
4441
4480
  "parameters": [
4442
4481
  {
@@ -4466,7 +4505,7 @@
4466
4505
  "kind": "class",
4467
4506
  "locationInModule": {
4468
4507
  "filename": "src/MicroAppsS3.ts",
4469
- "line": 82
4508
+ "line": 91
4470
4509
  },
4471
4510
  "name": "MicroAppsS3",
4472
4511
  "properties": [
@@ -4478,7 +4517,7 @@
4478
4517
  "immutable": true,
4479
4518
  "locationInModule": {
4480
4519
  "filename": "src/MicroAppsS3.ts",
4481
- "line": 84
4520
+ "line": 93
4482
4521
  },
4483
4522
  "name": "bucketApps",
4484
4523
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
@@ -4494,7 +4533,7 @@
4494
4533
  "immutable": true,
4495
4534
  "locationInModule": {
4496
4535
  "filename": "src/MicroAppsS3.ts",
4497
- "line": 89
4536
+ "line": 98
4498
4537
  },
4499
4538
  "name": "bucketAppsOAI",
4500
4539
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
@@ -4510,7 +4549,7 @@
4510
4549
  "immutable": true,
4511
4550
  "locationInModule": {
4512
4551
  "filename": "src/MicroAppsS3.ts",
4513
- "line": 94
4552
+ "line": 103
4514
4553
  },
4515
4554
  "name": "bucketAppsOrigin",
4516
4555
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
@@ -4526,7 +4565,7 @@
4526
4565
  "immutable": true,
4527
4566
  "locationInModule": {
4528
4567
  "filename": "src/MicroAppsS3.ts",
4529
- "line": 99
4568
+ "line": 108
4530
4569
  },
4531
4570
  "name": "bucketAppsStaging",
4532
4571
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
@@ -4542,7 +4581,7 @@
4542
4581
  "immutable": true,
4543
4582
  "locationInModule": {
4544
4583
  "filename": "src/MicroAppsS3.ts",
4545
- "line": 104
4584
+ "line": 113
4546
4585
  },
4547
4586
  "name": "bucketLogs",
4548
4587
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
@@ -4557,13 +4596,14 @@
4557
4596
  "assembly": "@pwrdrvr/microapps-cdk",
4558
4597
  "datatype": true,
4559
4598
  "docs": {
4560
- "stability": "stable"
4599
+ "stability": "stable",
4600
+ "summary": "Properties to initialize an instance of `MicroAppsS3`."
4561
4601
  },
4562
4602
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsS3Props",
4563
4603
  "kind": "interface",
4564
4604
  "locationInModule": {
4565
4605
  "filename": "src/MicroAppsS3.ts",
4566
- "line": 34
4606
+ "line": 40
4567
4607
  },
4568
4608
  "name": "MicroAppsS3Props",
4569
4609
  "properties": [
@@ -4578,7 +4618,7 @@
4578
4618
  "immutable": true,
4579
4619
  "locationInModule": {
4580
4620
  "filename": "src/MicroAppsS3.ts",
4581
- "line": 71
4621
+ "line": 77
4582
4622
  },
4583
4623
  "name": "assetNameRoot",
4584
4624
  "optional": true,
@@ -4597,7 +4637,7 @@
4597
4637
  "immutable": true,
4598
4638
  "locationInModule": {
4599
4639
  "filename": "src/MicroAppsS3.ts",
4600
- "line": 79
4640
+ "line": 85
4601
4641
  },
4602
4642
  "name": "assetNameSuffix",
4603
4643
  "optional": true,
@@ -4615,7 +4655,7 @@
4615
4655
  "immutable": true,
4616
4656
  "locationInModule": {
4617
4657
  "filename": "src/MicroAppsS3.ts",
4618
- "line": 49
4658
+ "line": 55
4619
4659
  },
4620
4660
  "name": "bucketAppsName",
4621
4661
  "optional": true,
@@ -4633,7 +4673,7 @@
4633
4673
  "immutable": true,
4634
4674
  "locationInModule": {
4635
4675
  "filename": "src/MicroAppsS3.ts",
4636
- "line": 56
4676
+ "line": 62
4637
4677
  },
4638
4678
  "name": "bucketAppsStagingName",
4639
4679
  "optional": true,
@@ -4651,7 +4691,7 @@
4651
4691
  "immutable": true,
4652
4692
  "locationInModule": {
4653
4693
  "filename": "src/MicroAppsS3.ts",
4654
- "line": 63
4694
+ "line": 69
4655
4695
  },
4656
4696
  "name": "bucketLogsName",
4657
4697
  "optional": true,
@@ -4663,14 +4703,14 @@
4663
4703
  "abstract": true,
4664
4704
  "docs": {
4665
4705
  "default": "- per resource default",
4666
- "remarks": "Note: if set to DESTROY the S3 buckes will have `autoDeleteObjects` set to `true`",
4706
+ "remarks": "Note: if set to DESTROY the S3 buckets will have `autoDeleteObjects` set to `true`",
4667
4707
  "stability": "stable",
4668
4708
  "summary": "RemovalPolicy override for child resources."
4669
4709
  },
4670
4710
  "immutable": true,
4671
4711
  "locationInModule": {
4672
4712
  "filename": "src/MicroAppsS3.ts",
4673
- "line": 42
4713
+ "line": 48
4674
4714
  },
4675
4715
  "name": "removalPolicy",
4676
4716
  "optional": true,
@@ -4685,17 +4725,17 @@
4685
4725
  "assembly": "@pwrdrvr/microapps-cdk",
4686
4726
  "base": "constructs.Construct",
4687
4727
  "docs": {
4688
- "stability": "stable"
4728
+ "stability": "stable",
4729
+ "summary": "Create a new MicroApps Services construct, including the Deployer and Router Lambda Functions, and the DynamoDB Table used by both."
4689
4730
  },
4690
4731
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsSvcs",
4691
4732
  "initializer": {
4692
4733
  "docs": {
4693
- "stability": "stable",
4694
- "summary": "MicroApps - Create Lambda resources, DynamoDB, and grant S3 privs."
4734
+ "stability": "stable"
4695
4735
  },
4696
4736
  "locationInModule": {
4697
4737
  "filename": "src/MicroAppsSvcs.ts",
4698
- "line": 142
4738
+ "line": 230
4699
4739
  },
4700
4740
  "parameters": [
4701
4741
  {
@@ -4725,7 +4765,7 @@
4725
4765
  "kind": "class",
4726
4766
  "locationInModule": {
4727
4767
  "filename": "src/MicroAppsSvcs.ts",
4728
- "line": 125
4768
+ "line": 214
4729
4769
  },
4730
4770
  "name": "MicroAppsSvcs",
4731
4771
  "properties": [
@@ -4737,7 +4777,7 @@
4737
4777
  "immutable": true,
4738
4778
  "locationInModule": {
4739
4779
  "filename": "src/MicroAppsSvcs.ts",
4740
- "line": 132
4780
+ "line": 221
4741
4781
  },
4742
4782
  "name": "deployerFunc",
4743
4783
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
@@ -4745,6 +4785,22 @@
4745
4785
  "fqn": "aws-cdk-lib.aws_lambda.IFunction"
4746
4786
  }
4747
4787
  },
4788
+ {
4789
+ "docs": {
4790
+ "stability": "stable",
4791
+ "summary": "Lambda function for the Router."
4792
+ },
4793
+ "immutable": true,
4794
+ "locationInModule": {
4795
+ "filename": "src/MicroAppsSvcs.ts",
4796
+ "line": 226
4797
+ },
4798
+ "name": "routerFunc",
4799
+ "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
4800
+ "type": {
4801
+ "fqn": "aws-cdk-lib.aws_lambda.IFunction"
4802
+ }
4803
+ },
4748
4804
  {
4749
4805
  "docs": {
4750
4806
  "stability": "stable",
@@ -4753,7 +4809,7 @@
4753
4809
  "immutable": true,
4754
4810
  "locationInModule": {
4755
4811
  "filename": "src/MicroAppsSvcs.ts",
4756
- "line": 127
4812
+ "line": 216
4757
4813
  },
4758
4814
  "name": "table",
4759
4815
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
@@ -4768,25 +4824,27 @@
4768
4824
  "assembly": "@pwrdrvr/microapps-cdk",
4769
4825
  "datatype": true,
4770
4826
  "docs": {
4771
- "stability": "stable"
4827
+ "stability": "stable",
4828
+ "summary": "Properties to initialize an instance of `MicroAppsSvcs`."
4772
4829
  },
4773
4830
  "fqn": "@pwrdrvr/microapps-cdk.MicroAppsSvcsProps",
4774
4831
  "kind": "interface",
4775
4832
  "locationInModule": {
4776
4833
  "filename": "src/MicroAppsSvcs.ts",
4777
- "line": 52
4834
+ "line": 58
4778
4835
  },
4779
4836
  "name": "MicroAppsSvcsProps",
4780
4837
  "properties": [
4781
4838
  {
4782
4839
  "abstract": true,
4783
4840
  "docs": {
4784
- "stability": "stable"
4841
+ "stability": "stable",
4842
+ "summary": "Application environment, passed as `NODE_ENV` to the Router and Deployer Lambda functions."
4785
4843
  },
4786
4844
  "immutable": true,
4787
4845
  "locationInModule": {
4788
4846
  "filename": "src/MicroAppsSvcs.ts",
4789
- "line": 82
4847
+ "line": 92
4790
4848
  },
4791
4849
  "name": "appEnv",
4792
4850
  "type": {
@@ -4802,7 +4860,7 @@
4802
4860
  "immutable": true,
4803
4861
  "locationInModule": {
4804
4862
  "filename": "src/MicroAppsSvcs.ts",
4805
- "line": 65
4863
+ "line": 71
4806
4864
  },
4807
4865
  "name": "bucketApps",
4808
4866
  "type": {
@@ -4818,7 +4876,7 @@
4818
4876
  "immutable": true,
4819
4877
  "locationInModule": {
4820
4878
  "filename": "src/MicroAppsSvcs.ts",
4821
- "line": 70
4879
+ "line": 76
4822
4880
  },
4823
4881
  "name": "bucketAppsOAI",
4824
4882
  "type": {
@@ -4834,7 +4892,7 @@
4834
4892
  "immutable": true,
4835
4893
  "locationInModule": {
4836
4894
  "filename": "src/MicroAppsSvcs.ts",
4837
- "line": 75
4895
+ "line": 81
4838
4896
  },
4839
4897
  "name": "bucketAppsStaging",
4840
4898
  "type": {
@@ -4850,7 +4908,7 @@
4850
4908
  "immutable": true,
4851
4909
  "locationInModule": {
4852
4910
  "filename": "src/MicroAppsSvcs.ts",
4853
- "line": 80
4911
+ "line": 86
4854
4912
  },
4855
4913
  "name": "httpApi",
4856
4914
  "type": {
@@ -4868,7 +4926,7 @@
4868
4926
  "immutable": true,
4869
4927
  "locationInModule": {
4870
4928
  "filename": "src/MicroAppsSvcs.ts",
4871
- "line": 90
4929
+ "line": 100
4872
4930
  },
4873
4931
  "name": "assetNameRoot",
4874
4932
  "optional": true,
@@ -4887,7 +4945,7 @@
4887
4945
  "immutable": true,
4888
4946
  "locationInModule": {
4889
4947
  "filename": "src/MicroAppsSvcs.ts",
4890
- "line": 98
4948
+ "line": 108
4891
4949
  },
4892
4950
  "name": "assetNameSuffix",
4893
4951
  "optional": true,
@@ -4906,7 +4964,7 @@
4906
4964
  "immutable": true,
4907
4965
  "locationInModule": {
4908
4966
  "filename": "src/MicroAppsSvcs.ts",
4909
- "line": 60
4967
+ "line": 66
4910
4968
  },
4911
4969
  "name": "removalPolicy",
4912
4970
  "optional": true,
@@ -4925,7 +4983,7 @@
4925
4983
  "immutable": true,
4926
4984
  "locationInModule": {
4927
4985
  "filename": "src/MicroAppsSvcs.ts",
4928
- "line": 110
4986
+ "line": 187
4929
4987
  },
4930
4988
  "name": "rootPathPrefix",
4931
4989
  "optional": true,
@@ -4936,12 +4994,16 @@
4936
4994
  {
4937
4995
  "abstract": true,
4938
4996
  "docs": {
4939
- "stability": "stable"
4997
+ "example": "[ 'AROA1234567890123' ]",
4998
+ "remarks": "AROAs of the IAM Role to exclude from the DENY rules on the S3 Bucket Policy.\nThis allows sessions that assume the IAM Role to be excluded from the\nDENY rules on the S3 Bucket Policy.\n\nTypically any admin roles / users that need to view or manage the S3 Bucket\nwould be added to this list.\n\nRoles / users that are used directly, not assumed, can be added to `s3PolicyBypassRoleNames` instead.\n\nNote: This AROA must be specified to prevent this policy from locking\nout non-root sessions that have assumed the admin role.\n\nThe notPrincipals will only match the role name exactly and will not match\nany session that has assumed the role since notPrincipals does not allow\nwildcard matches and does not do wildcard matches implicitly either.\n\nThe AROA must be used because there are only 3 Principal variables available:\n https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_variables.html#principaltable\n aws:username, aws:userid, aws:PrincipalTag\n\nFor an assumed role, aws:username is blank, aws:userid is:\n [unique id AKA AROA for Role]:[session name]\n\nTable of unique ID prefixes such as AROA:\n https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-prefixes\n\nThe name of the role is simply not available for an assumed role and, if it was,\na complicated comparison would be requierd to prevent exclusion\nof applying the Deny Rule to roles from other accounts.\n\nTo get the AROA with the AWS CLI:\n aws iam get-role --role-name ROLE-NAME\n aws iam get-user -–user-name USER-NAME",
4999
+ "see": "s3StrictBucketPolicy",
5000
+ "stability": "stable",
5001
+ "summary": "Applies when using s3StrictBucketPolicy = true."
4940
5002
  },
4941
5003
  "immutable": true,
4942
5004
  "locationInModule": {
4943
5005
  "filename": "src/MicroAppsSvcs.ts",
4944
- "line": 101
5006
+ "line": 179
4945
5007
  },
4946
5008
  "name": "s3PolicyBypassAROAs",
4947
5009
  "optional": true,
@@ -4957,12 +5019,16 @@
4957
5019
  {
4958
5020
  "abstract": true,
4959
5021
  "docs": {
4960
- "stability": "stable"
5022
+ "example": "['arn:aws:iam::1234567890123:role/AdminAccess', 'arn:aws:iam::1234567890123:user/MyAdminUser']",
5023
+ "remarks": "IAM Role or IAM User names to exclude from the DENY rules on the S3 Bucket Policy.\n\nRoles that are Assumed must instead have their AROA added to `s3PolicyBypassAROAs`.\n\nTypically any admin roles / users that need to view or manage the S3 Bucket\nwould be added to this list.",
5024
+ "see": "s3PolicyBypassAROAs",
5025
+ "stability": "stable",
5026
+ "summary": "Applies when using s3StrictBucketPolicy = true."
4961
5027
  },
4962
5028
  "immutable": true,
4963
5029
  "locationInModule": {
4964
5030
  "filename": "src/MicroAppsSvcs.ts",
4965
- "line": 102
5031
+ "line": 136
4966
5032
  },
4967
5033
  "name": "s3PolicyBypassPrincipalARNs",
4968
5034
  "optional": true,
@@ -4978,12 +5044,15 @@
4978
5044
  {
4979
5045
  "abstract": true,
4980
5046
  "docs": {
4981
- "stability": "stable"
5047
+ "default": "false",
5048
+ "remarks": "This setting should be used when applications are less than\nfully trusted.",
5049
+ "stability": "stable",
5050
+ "summary": "Use a strict S3 Bucket Policy that prevents applications from reading/writing/modifying/deleting files in the S3 Bucket outside of the path that is specific to their app/version."
4982
5051
  },
4983
5052
  "immutable": true,
4984
5053
  "locationInModule": {
4985
5054
  "filename": "src/MicroAppsSvcs.ts",
4986
- "line": 100
5055
+ "line": 120
4987
5056
  },
4988
5057
  "name": "s3StrictBucketPolicy",
4989
5058
  "optional": true,
@@ -4995,6 +5064,6 @@
4995
5064
  "symbolId": "src/MicroAppsSvcs:MicroAppsSvcsProps"
4996
5065
  }
4997
5066
  },
4998
- "version": "0.2.4",
4999
- "fingerprint": "Vr5IabYst3i9OzyE7LhghpuMdH/5r38pZpvwYuKXt/g="
5067
+ "version": "0.2.5",
5068
+ "fingerprint": "3p19OUjHqRGIY5QZKKjetbkSWCDR8yy0pogLZmcFx1k="
5000
5069
  }