@pwrdrvr/microapps-cdk 0.2.9 → 0.2.10

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/.gitattributes CHANGED
@@ -1,20 +1,20 @@
1
1
  # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
2
 
3
- /.eslintrc.json linguist-generated
4
- /.gitattributes linguist-generated
5
- /.github/pull_request_template.md linguist-generated
6
- /.github/workflows/build.yml linguist-generated
7
- /.github/workflows/pull-request-lint.yml linguist-generated
8
- /.github/workflows/release.yml linguist-generated
9
- /.github/workflows/stale.yml linguist-generated
10
- /.github/workflows/upgrade-main.yml linguist-generated
11
- /.gitignore linguist-generated
12
- /.mergify.yml linguist-generated
13
- /.npmignore linguist-generated
14
- /.projen/** linguist-generated
15
- /.projen/deps.json linguist-generated
16
- /.projen/tasks.json linguist-generated
17
- /LICENSE linguist-generated
18
- /package-lock.json linguist-generated
19
- /package.json linguist-generated
20
- /tsconfig.dev.json linguist-generated
3
+ /.eslintrc.json linguist-generated
4
+ /.gitattributes linguist-generated
5
+ /.github/pull_request_template.md linguist-generated
6
+ /.github/workflows/build.yml linguist-generated
7
+ /.github/workflows/pull-request-lint.yml linguist-generated
8
+ /.github/workflows/release.yml linguist-generated
9
+ /.github/workflows/upgrade-main.yml linguist-generated
10
+ /.gitignore linguist-generated
11
+ /.mergify.yml linguist-generated
12
+ /.npmignore linguist-generated
13
+ /.projen/** linguist-generated
14
+ /.projen/deps.json linguist-generated
15
+ /.projen/files.json linguist-generated
16
+ /.projen/tasks.json linguist-generated
17
+ /LICENSE linguist-generated
18
+ /package.json linguist-generated
19
+ /tsconfig.dev.json linguist-generated
20
+ /yarn.lock linguist-generated
package/.jsii CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "author": {
3
3
  "email": "harold@pwrdrvr.com",
4
- "name": "Harold Hunt",
4
+ "name": "PwrDrvr LLC",
5
+ "organization": true,
5
6
  "roles": [
6
7
  "author"
7
8
  ]
8
9
  },
9
10
  "dependencies": {
10
- "@aws-cdk/aws-apigatewayv2-alpha": "2.8.0-alpha.0",
11
- "aws-cdk-lib": "^2.8.0",
11
+ "@aws-cdk/aws-apigatewayv2-alpha": "^2.24.1-alpha.0",
12
+ "@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.24.1-alpha.0",
13
+ "aws-cdk-lib": "^2.24.1",
12
14
  "constructs": "^10.0.5"
13
15
  },
14
16
  "dependencyClosure": {
@@ -36,13 +38,44 @@
36
38
  "python": {
37
39
  "classifiers": [
38
40
  "Framework :: AWS CDK",
39
- "Framework :: AWS CDK :: 1"
41
+ "Framework :: AWS CDK :: 2"
40
42
  ],
41
43
  "distName": "aws-cdk.aws-apigatewayv2-alpha",
42
44
  "module": "aws_cdk.aws_apigatewayv2_alpha"
43
45
  }
44
46
  }
45
47
  },
48
+ "@aws-cdk/aws-apigatewayv2-integrations-alpha": {
49
+ "targets": {
50
+ "dotnet": {
51
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
52
+ "namespace": "Amazon.CDK.AWS.Apigatewayv2.Integrations.Alpha",
53
+ "packageId": "Amazon.CDK.AWS.APIGatewayv2.Integrations.Alpha"
54
+ },
55
+ "go": {
56
+ "moduleName": "github.com/aws/aws-cdk-go",
57
+ "packageName": "awscdkapigatewayv2integrationsalpha"
58
+ },
59
+ "java": {
60
+ "maven": {
61
+ "artifactId": "apigatewayv2-integrations-alpha",
62
+ "groupId": "software.amazon.awscdk"
63
+ },
64
+ "package": "software.amazon.awscdk.services.apigatewayv2.integrations.alpha"
65
+ },
66
+ "js": {
67
+ "npm": "@aws-cdk/aws-apigatewayv2-integrations-alpha"
68
+ },
69
+ "python": {
70
+ "classifiers": [
71
+ "Framework :: AWS CDK",
72
+ "Framework :: AWS CDK :: 2"
73
+ ],
74
+ "distName": "aws-cdk.aws-apigatewayv2-integrations-alpha",
75
+ "module": "aws_cdk.aws_apigatewayv2_integrations_alpha"
76
+ }
77
+ }
78
+ },
46
79
  "aws-cdk-lib": {
47
80
  "submodules": {
48
81
  "aws-cdk-lib.alexa_ask": {
@@ -409,6 +442,19 @@
409
442
  }
410
443
  }
411
444
  },
445
+ "aws-cdk-lib.aws_billingconductor": {
446
+ "targets": {
447
+ "dotnet": {
448
+ "namespace": "Amazon.CDK.AWS.BillingConductor"
449
+ },
450
+ "java": {
451
+ "package": "software.amazon.awscdk.services.billingconductor"
452
+ },
453
+ "python": {
454
+ "module": "aws_cdk.aws_billingconductor"
455
+ }
456
+ }
457
+ },
412
458
  "aws-cdk-lib.aws_budgets": {
413
459
  "targets": {
414
460
  "dotnet": {
@@ -1216,6 +1262,19 @@
1216
1262
  }
1217
1263
  }
1218
1264
  },
1265
+ "aws-cdk-lib.aws_forecast": {
1266
+ "targets": {
1267
+ "dotnet": {
1268
+ "namespace": "Amazon.CDK.AWS.Forecast"
1269
+ },
1270
+ "java": {
1271
+ "package": "software.amazon.awscdk.services.forecast"
1272
+ },
1273
+ "python": {
1274
+ "module": "aws_cdk.aws_forecast"
1275
+ }
1276
+ }
1277
+ },
1219
1278
  "aws-cdk-lib.aws_frauddetector": {
1220
1279
  "targets": {
1221
1280
  "dotnet": {
@@ -1398,6 +1457,19 @@
1398
1457
  }
1399
1458
  }
1400
1459
  },
1460
+ "aws-cdk-lib.aws_inspectorv2": {
1461
+ "targets": {
1462
+ "dotnet": {
1463
+ "namespace": "Amazon.CDK.AWS.InspectorV2"
1464
+ },
1465
+ "java": {
1466
+ "package": "software.amazon.awscdk.services.inspectorv2"
1467
+ },
1468
+ "python": {
1469
+ "module": "aws_cdk.aws_inspectorv2"
1470
+ }
1471
+ }
1472
+ },
1401
1473
  "aws-cdk-lib.aws_iot": {
1402
1474
  "targets": {
1403
1475
  "dotnet": {
@@ -1502,6 +1574,19 @@
1502
1574
  }
1503
1575
  }
1504
1576
  },
1577
+ "aws-cdk-lib.aws_iottwinmaker": {
1578
+ "targets": {
1579
+ "dotnet": {
1580
+ "namespace": "Amazon.CDK.AWS.IoTTwinMaker"
1581
+ },
1582
+ "java": {
1583
+ "package": "software.amazon.awscdk.services.iottwinmaker"
1584
+ },
1585
+ "python": {
1586
+ "module": "aws_cdk.aws_iottwinmaker"
1587
+ }
1588
+ }
1589
+ },
1505
1590
  "aws-cdk-lib.aws_iotwireless": {
1506
1591
  "targets": {
1507
1592
  "dotnet": {
@@ -1528,6 +1613,19 @@
1528
1613
  }
1529
1614
  }
1530
1615
  },
1616
+ "aws-cdk-lib.aws_kafkaconnect": {
1617
+ "targets": {
1618
+ "dotnet": {
1619
+ "namespace": "Amazon.CDK.AWS.KafkaConnect"
1620
+ },
1621
+ "java": {
1622
+ "package": "software.amazon.awscdk.services.kafkaconnect"
1623
+ },
1624
+ "python": {
1625
+ "module": "aws_cdk.aws_kafkaconnect"
1626
+ }
1627
+ }
1628
+ },
1531
1629
  "aws-cdk-lib.aws_kendra": {
1532
1630
  "targets": {
1533
1631
  "dotnet": {
@@ -1567,6 +1665,19 @@
1567
1665
  }
1568
1666
  }
1569
1667
  },
1668
+ "aws-cdk-lib.aws_kinesisanalyticsv2": {
1669
+ "targets": {
1670
+ "dotnet": {
1671
+ "namespace": "Amazon.CDK.AWS.KinesisAnalyticsV2"
1672
+ },
1673
+ "java": {
1674
+ "package": "software.amazon.awscdk.services.kinesisanalyticsv2"
1675
+ },
1676
+ "python": {
1677
+ "module": "aws_cdk.aws_kinesisanalyticsv2"
1678
+ }
1679
+ }
1680
+ },
1570
1681
  "aws-cdk-lib.aws_kinesisfirehose": {
1571
1682
  "targets": {
1572
1683
  "dotnet": {
@@ -1580,6 +1691,19 @@
1580
1691
  }
1581
1692
  }
1582
1693
  },
1694
+ "aws-cdk-lib.aws_kinesisvideo": {
1695
+ "targets": {
1696
+ "dotnet": {
1697
+ "namespace": "Amazon.CDK.AWS.KinesisVideo"
1698
+ },
1699
+ "java": {
1700
+ "package": "software.amazon.awscdk.services.kinesisvideo"
1701
+ },
1702
+ "python": {
1703
+ "module": "aws_cdk.aws_kinesisvideo"
1704
+ }
1705
+ }
1706
+ },
1583
1707
  "aws-cdk-lib.aws_kms": {
1584
1708
  "targets": {
1585
1709
  "dotnet": {
@@ -1866,6 +1990,19 @@
1866
1990
  }
1867
1991
  }
1868
1992
  },
1993
+ "aws-cdk-lib.aws_mediatailor": {
1994
+ "targets": {
1995
+ "dotnet": {
1996
+ "namespace": "Amazon.CDK.AWS.MediaTailor"
1997
+ },
1998
+ "java": {
1999
+ "package": "software.amazon.awscdk.services.mediatailor"
2000
+ },
2001
+ "python": {
2002
+ "module": "aws_cdk.aws_mediatailor"
2003
+ }
2004
+ }
2005
+ },
1869
2006
  "aws-cdk-lib.aws_memorydb": {
1870
2007
  "targets": {
1871
2008
  "dotnet": {
@@ -2009,6 +2146,19 @@
2009
2146
  }
2010
2147
  }
2011
2148
  },
2149
+ "aws-cdk-lib.aws_personalize": {
2150
+ "targets": {
2151
+ "dotnet": {
2152
+ "namespace": "Amazon.CDK.AWS.Personalize"
2153
+ },
2154
+ "java": {
2155
+ "package": "software.amazon.awscdk.services.personalize"
2156
+ },
2157
+ "python": {
2158
+ "module": "aws_cdk.aws_personalize"
2159
+ }
2160
+ }
2161
+ },
2012
2162
  "aws-cdk-lib.aws_pinpoint": {
2013
2163
  "targets": {
2014
2164
  "dotnet": {
@@ -2827,6 +2977,19 @@
2827
2977
  "module": "aws_cdk.region_info"
2828
2978
  }
2829
2979
  }
2980
+ },
2981
+ "aws-cdk-lib.triggers": {
2982
+ "targets": {
2983
+ "dotnet": {
2984
+ "namespace": "Amazon.CDK.Triggers"
2985
+ },
2986
+ "java": {
2987
+ "package": "software.amazon.awscdk.triggers"
2988
+ },
2989
+ "python": {
2990
+ "module": "aws_cdk.triggers"
2991
+ }
2992
+ }
2830
2993
  }
2831
2994
  },
2832
2995
  "targets": {
@@ -2886,7 +3049,7 @@
2886
3049
  "stability": "experimental"
2887
3050
  },
2888
3051
  "homepage": "https://github.com/pwrdrvr/microapps-core",
2889
- "jsiiVersion": "1.52.1 (build 5ccc8f6)",
3052
+ "jsiiVersion": "1.59.0 (build eb02c92)",
2890
3053
  "keywords": [
2891
3054
  "awscdk",
2892
3055
  "cdk",
@@ -3393,7 +3556,7 @@
3393
3556
  "kind": "interface",
3394
3557
  "locationInModule": {
3395
3558
  "filename": "src/MicroAppsSvcs.ts",
3396
- "line": 193
3559
+ "line": 153
3397
3560
  },
3398
3561
  "name": "IMicroAppsSvcs",
3399
3562
  "properties": [
@@ -3406,7 +3569,7 @@
3406
3569
  "immutable": true,
3407
3570
  "locationInModule": {
3408
3571
  "filename": "src/MicroAppsSvcs.ts",
3409
- "line": 202
3572
+ "line": 162
3410
3573
  },
3411
3574
  "name": "deployerFunc",
3412
3575
  "type": {
@@ -3422,7 +3585,7 @@
3422
3585
  "immutable": true,
3423
3586
  "locationInModule": {
3424
3587
  "filename": "src/MicroAppsSvcs.ts",
3425
- "line": 207
3588
+ "line": 167
3426
3589
  },
3427
3590
  "name": "routerFunc",
3428
3591
  "type": {
@@ -3438,7 +3601,7 @@
3438
3601
  "immutable": true,
3439
3602
  "locationInModule": {
3440
3603
  "filename": "src/MicroAppsSvcs.ts",
3441
- "line": 197
3604
+ "line": 157
3442
3605
  },
3443
3606
  "name": "table",
3444
3607
  "type": {
@@ -4735,7 +4898,7 @@
4735
4898
  },
4736
4899
  "locationInModule": {
4737
4900
  "filename": "src/MicroAppsSvcs.ts",
4738
- "line": 230
4901
+ "line": 190
4739
4902
  },
4740
4903
  "parameters": [
4741
4904
  {
@@ -4765,7 +4928,7 @@
4765
4928
  "kind": "class",
4766
4929
  "locationInModule": {
4767
4930
  "filename": "src/MicroAppsSvcs.ts",
4768
- "line": 214
4931
+ "line": 174
4769
4932
  },
4770
4933
  "name": "MicroAppsSvcs",
4771
4934
  "properties": [
@@ -4777,7 +4940,7 @@
4777
4940
  "immutable": true,
4778
4941
  "locationInModule": {
4779
4942
  "filename": "src/MicroAppsSvcs.ts",
4780
- "line": 221
4943
+ "line": 181
4781
4944
  },
4782
4945
  "name": "deployerFunc",
4783
4946
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
@@ -4793,7 +4956,7 @@
4793
4956
  "immutable": true,
4794
4957
  "locationInModule": {
4795
4958
  "filename": "src/MicroAppsSvcs.ts",
4796
- "line": 226
4959
+ "line": 186
4797
4960
  },
4798
4961
  "name": "routerFunc",
4799
4962
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
@@ -4809,7 +4972,7 @@
4809
4972
  "immutable": true,
4810
4973
  "locationInModule": {
4811
4974
  "filename": "src/MicroAppsSvcs.ts",
4812
- "line": 216
4975
+ "line": 176
4813
4976
  },
4814
4977
  "name": "table",
4815
4978
  "overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
@@ -4831,7 +4994,7 @@
4831
4994
  "kind": "interface",
4832
4995
  "locationInModule": {
4833
4996
  "filename": "src/MicroAppsSvcs.ts",
4834
- "line": 58
4997
+ "line": 18
4835
4998
  },
4836
4999
  "name": "MicroAppsSvcsProps",
4837
5000
  "properties": [
@@ -4844,7 +5007,7 @@
4844
5007
  "immutable": true,
4845
5008
  "locationInModule": {
4846
5009
  "filename": "src/MicroAppsSvcs.ts",
4847
- "line": 92
5010
+ "line": 52
4848
5011
  },
4849
5012
  "name": "appEnv",
4850
5013
  "type": {
@@ -4860,7 +5023,7 @@
4860
5023
  "immutable": true,
4861
5024
  "locationInModule": {
4862
5025
  "filename": "src/MicroAppsSvcs.ts",
4863
- "line": 71
5026
+ "line": 31
4864
5027
  },
4865
5028
  "name": "bucketApps",
4866
5029
  "type": {
@@ -4876,7 +5039,7 @@
4876
5039
  "immutable": true,
4877
5040
  "locationInModule": {
4878
5041
  "filename": "src/MicroAppsSvcs.ts",
4879
- "line": 76
5042
+ "line": 36
4880
5043
  },
4881
5044
  "name": "bucketAppsOAI",
4882
5045
  "type": {
@@ -4892,7 +5055,7 @@
4892
5055
  "immutable": true,
4893
5056
  "locationInModule": {
4894
5057
  "filename": "src/MicroAppsSvcs.ts",
4895
- "line": 81
5058
+ "line": 41
4896
5059
  },
4897
5060
  "name": "bucketAppsStaging",
4898
5061
  "type": {
@@ -4908,7 +5071,7 @@
4908
5071
  "immutable": true,
4909
5072
  "locationInModule": {
4910
5073
  "filename": "src/MicroAppsSvcs.ts",
4911
- "line": 86
5074
+ "line": 46
4912
5075
  },
4913
5076
  "name": "httpApi",
4914
5077
  "type": {
@@ -4926,7 +5089,7 @@
4926
5089
  "immutable": true,
4927
5090
  "locationInModule": {
4928
5091
  "filename": "src/MicroAppsSvcs.ts",
4929
- "line": 100
5092
+ "line": 60
4930
5093
  },
4931
5094
  "name": "assetNameRoot",
4932
5095
  "optional": true,
@@ -4945,7 +5108,7 @@
4945
5108
  "immutable": true,
4946
5109
  "locationInModule": {
4947
5110
  "filename": "src/MicroAppsSvcs.ts",
4948
- "line": 108
5111
+ "line": 68
4949
5112
  },
4950
5113
  "name": "assetNameSuffix",
4951
5114
  "optional": true,
@@ -4964,7 +5127,7 @@
4964
5127
  "immutable": true,
4965
5128
  "locationInModule": {
4966
5129
  "filename": "src/MicroAppsSvcs.ts",
4967
- "line": 66
5130
+ "line": 26
4968
5131
  },
4969
5132
  "name": "removalPolicy",
4970
5133
  "optional": true,
@@ -4983,7 +5146,7 @@
4983
5146
  "immutable": true,
4984
5147
  "locationInModule": {
4985
5148
  "filename": "src/MicroAppsSvcs.ts",
4986
- "line": 187
5149
+ "line": 147
4987
5150
  },
4988
5151
  "name": "rootPathPrefix",
4989
5152
  "optional": true,
@@ -5003,7 +5166,7 @@
5003
5166
  "immutable": true,
5004
5167
  "locationInModule": {
5005
5168
  "filename": "src/MicroAppsSvcs.ts",
5006
- "line": 179
5169
+ "line": 139
5007
5170
  },
5008
5171
  "name": "s3PolicyBypassAROAs",
5009
5172
  "optional": true,
@@ -5028,7 +5191,7 @@
5028
5191
  "immutable": true,
5029
5192
  "locationInModule": {
5030
5193
  "filename": "src/MicroAppsSvcs.ts",
5031
- "line": 136
5194
+ "line": 96
5032
5195
  },
5033
5196
  "name": "s3PolicyBypassPrincipalARNs",
5034
5197
  "optional": true,
@@ -5052,7 +5215,7 @@
5052
5215
  "immutable": true,
5053
5216
  "locationInModule": {
5054
5217
  "filename": "src/MicroAppsSvcs.ts",
5055
- "line": 120
5218
+ "line": 80
5056
5219
  },
5057
5220
  "name": "s3StrictBucketPolicy",
5058
5221
  "optional": true,
@@ -5064,6 +5227,6 @@
5064
5227
  "symbolId": "src/MicroAppsSvcs:MicroAppsSvcsProps"
5065
5228
  }
5066
5229
  },
5067
- "version": "0.2.9",
5068
- "fingerprint": "zngGwgDD1XlxxxHYPeX5ofe7Ybe7YoT0T2w8RK+Fg48="
5230
+ "version": "0.2.10",
5231
+ "fingerprint": "cf+x3bDx5LxzTnbJaUgh6qyjhyDT8VAtswrEHtMJhqk="
5069
5232
  }
package/API.md CHANGED
File without changes
package/README.md CHANGED
File without changes
package/changelog.md ADDED
@@ -0,0 +1,2 @@
1
+
2
+ ### [0.2.10](https://github.com/pwrdrvr/microapps-core/compare/v0.2.9...v0.2.10) (2022-05-20)