projen 0.52.67 → 0.52.70

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.
Files changed (126) hide show
  1. package/.jsii +466 -53
  2. package/changelog.md +1 -1
  3. package/docs/api/API.md +131 -5
  4. package/docs/awscdk.md +136 -0
  5. package/lib/awscdk/auto-discover.d.ts +29 -2
  6. package/lib/awscdk/auto-discover.js +41 -10
  7. package/lib/awscdk/awscdk-app-java.js +1 -1
  8. package/lib/awscdk/awscdk-app-py.js +1 -1
  9. package/lib/awscdk/awscdk-app-ts.d.ts +8 -0
  10. package/lib/awscdk/awscdk-app-ts.js +5 -4
  11. package/lib/awscdk/awscdk-construct.d.ts +8 -0
  12. package/lib/awscdk/awscdk-construct.js +6 -5
  13. package/lib/awscdk/awscdk-deps-java.js +1 -1
  14. package/lib/awscdk/awscdk-deps-js.js +1 -1
  15. package/lib/awscdk/awscdk-deps.js +1 -1
  16. package/lib/awscdk/cdk-config.js +1 -1
  17. package/lib/awscdk/cdk-tasks.js +1 -1
  18. package/lib/awscdk/index.d.ts +1 -0
  19. package/lib/awscdk/index.js +2 -1
  20. package/lib/awscdk/integration-test.js +1 -1
  21. package/lib/awscdk/internal.d.ts +8 -0
  22. package/lib/awscdk/internal.js +14 -2
  23. package/lib/awscdk/lambda-extension.d.ts +68 -0
  24. package/lib/awscdk/lambda-extension.js +123 -0
  25. package/lib/awscdk/lambda-function.js +6 -12
  26. package/lib/build/build-workflow.js +1 -1
  27. package/lib/cdk/auto-discover-base.js +2 -2
  28. package/lib/cdk/construct-lib.js +1 -1
  29. package/lib/cdk/integration-test-base.js +1 -1
  30. package/lib/cdk/jsii-docgen.js +1 -1
  31. package/lib/cdk/jsii-project.js +1 -1
  32. package/lib/cdk8s/auto-discover.js +2 -2
  33. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  34. package/lib/cdk8s/cdk8s-construct.js +1 -1
  35. package/lib/cdk8s/integration-test.js +1 -1
  36. package/lib/cdktf/cdktf-construct.js +1 -1
  37. package/lib/component.js +1 -1
  38. package/lib/dependencies.js +1 -1
  39. package/lib/dev-env.js +1 -1
  40. package/lib/docker-compose.js +2 -2
  41. package/lib/file.js +1 -1
  42. package/lib/gitattributes.js +1 -1
  43. package/lib/github/auto-approve.js +1 -1
  44. package/lib/github/auto-merge.js +1 -1
  45. package/lib/github/dependabot.js +1 -1
  46. package/lib/github/github-project.js +1 -1
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.d.ts +14 -0
  68. package/lib/javascript/bundler.js +12 -7
  69. package/lib/javascript/eslint.js +1 -1
  70. package/lib/javascript/jest.js +1 -1
  71. package/lib/javascript/node-package.js +1 -1
  72. package/lib/javascript/node-project.js +1 -1
  73. package/lib/javascript/npm-config.js +1 -1
  74. package/lib/javascript/prettier.js +1 -1
  75. package/lib/javascript/projenrc.js +1 -1
  76. package/lib/javascript/typescript-config.js +1 -1
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project.js +1 -1
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +1 -1
  87. package/lib/python/pip.js +1 -1
  88. package/lib/python/poetry.js +2 -2
  89. package/lib/python/projenrc.js +1 -1
  90. package/lib/python/pytest-sample.js +1 -1
  91. package/lib/python/pytest.js +1 -1
  92. package/lib/python/python-project.js +1 -1
  93. package/lib/python/python-sample.js +1 -1
  94. package/lib/python/requirements-file.js +1 -1
  95. package/lib/python/setuppy.js +1 -1
  96. package/lib/python/setuptools.js +1 -1
  97. package/lib/python/venv.js +1 -1
  98. package/lib/readme.js +1 -1
  99. package/lib/release/publisher.js +1 -1
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +1 -1
  102. package/lib/sample-file.js +2 -2
  103. package/lib/semver.js +1 -1
  104. package/lib/source-code.js +1 -1
  105. package/lib/task-runtime.js +1 -1
  106. package/lib/task.js +1 -1
  107. package/lib/tasks.js +1 -1
  108. package/lib/testing.js +1 -1
  109. package/lib/textfile.js +1 -1
  110. package/lib/toml.js +1 -1
  111. package/lib/typescript/projenrc.js +1 -1
  112. package/lib/typescript/typescript-typedoc.js +1 -1
  113. package/lib/typescript/typescript.js +3 -3
  114. package/lib/version.js +1 -1
  115. package/lib/vscode/devcontainer.js +1 -1
  116. package/lib/vscode/launch-config.js +1 -1
  117. package/lib/vscode/vscode.js +1 -1
  118. package/lib/web/next.js +3 -3
  119. package/lib/web/postcss.js +1 -1
  120. package/lib/web/react.js +4 -4
  121. package/lib/web/tailwind.js +1 -1
  122. package/lib/xmlfile.js +1 -1
  123. package/lib/yaml.js +1 -1
  124. package/package.json +1 -1
  125. package/releasetag.txt +1 -1
  126. package/version.txt +1 -1
package/.jsii CHANGED
@@ -9224,7 +9224,7 @@
9224
9224
  },
9225
9225
  "locationInModule": {
9226
9226
  "filename": "src/awscdk/auto-discover.ts",
9227
- "line": 122
9227
+ "line": 174
9228
9228
  },
9229
9229
  "parameters": [
9230
9230
  {
@@ -9244,7 +9244,7 @@
9244
9244
  "kind": "class",
9245
9245
  "locationInModule": {
9246
9246
  "filename": "src/awscdk/auto-discover.ts",
9247
- "line": 121
9247
+ "line": 173
9248
9248
  },
9249
9249
  "name": "AutoDiscover",
9250
9250
  "namespace": "awscdk",
@@ -9261,7 +9261,7 @@
9261
9261
  "kind": "interface",
9262
9262
  "locationInModule": {
9263
9263
  "filename": "src/awscdk/auto-discover.ts",
9264
- "line": 19
9264
+ "line": 26
9265
9265
  },
9266
9266
  "name": "AutoDiscoverCommonOptions",
9267
9267
  "namespace": "awscdk",
@@ -9275,7 +9275,7 @@
9275
9275
  "immutable": true,
9276
9276
  "locationInModule": {
9277
9277
  "filename": "src/awscdk/auto-discover.ts",
9278
- "line": 28
9278
+ "line": 35
9279
9279
  },
9280
9280
  "name": "cdkDeps",
9281
9281
  "type": {
@@ -9291,7 +9291,7 @@
9291
9291
  "immutable": true,
9292
9292
  "locationInModule": {
9293
9293
  "filename": "src/awscdk/auto-discover.ts",
9294
- "line": 23
9294
+ "line": 30
9295
9295
  },
9296
9296
  "name": "tsconfigPath",
9297
9297
  "type": {
@@ -9311,12 +9311,13 @@
9311
9311
  "fqn": "projen.awscdk.AutoDiscoverOptions",
9312
9312
  "interfaces": [
9313
9313
  "projen.awscdk.LambdaAutoDiscoverOptions",
9314
+ "projen.awscdk.LambdaExtensionAutoDiscoverOptions",
9314
9315
  "projen.awscdk.IntegrationTestAutoDiscoverOptions"
9315
9316
  ],
9316
9317
  "kind": "interface",
9317
9318
  "locationInModule": {
9318
9319
  "filename": "src/awscdk/auto-discover.ts",
9319
- "line": 99
9320
+ "line": 143
9320
9321
  },
9321
9322
  "name": "AutoDiscoverOptions",
9322
9323
  "namespace": "awscdk",
@@ -9331,7 +9332,7 @@
9331
9332
  "immutable": true,
9332
9333
  "locationInModule": {
9333
9334
  "filename": "src/awscdk/auto-discover.ts",
9334
- "line": 114
9335
+ "line": 166
9335
9336
  },
9336
9337
  "name": "integrationTestAutoDiscover",
9337
9338
  "optional": true,
@@ -9349,13 +9350,31 @@
9349
9350
  "immutable": true,
9350
9351
  "locationInModule": {
9351
9352
  "filename": "src/awscdk/auto-discover.ts",
9352
- "line": 107
9353
+ "line": 152
9353
9354
  },
9354
9355
  "name": "lambdaAutoDiscover",
9355
9356
  "optional": true,
9356
9357
  "type": {
9357
9358
  "primitive": "boolean"
9358
9359
  }
9360
+ },
9361
+ {
9362
+ "abstract": true,
9363
+ "docs": {
9364
+ "default": "true",
9365
+ "stability": "experimental",
9366
+ "summary": "Auto-discover lambda extensions."
9367
+ },
9368
+ "immutable": true,
9369
+ "locationInModule": {
9370
+ "filename": "src/awscdk/auto-discover.ts",
9371
+ "line": 159
9372
+ },
9373
+ "name": "lambdaExtensionAutoDiscover",
9374
+ "optional": true,
9375
+ "type": {
9376
+ "primitive": "boolean"
9377
+ }
9359
9378
  }
9360
9379
  ],
9361
9380
  "symbolId": "src/awscdk/auto-discover:AutoDiscoverOptions"
@@ -9378,7 +9397,7 @@
9378
9397
  },
9379
9398
  "locationInModule": {
9380
9399
  "filename": "src/awscdk/awscdk-construct.ts",
9381
- "line": 53
9400
+ "line": 62
9382
9401
  },
9383
9402
  "parameters": [
9384
9403
  {
@@ -9392,7 +9411,7 @@
9392
9411
  "kind": "class",
9393
9412
  "locationInModule": {
9394
9413
  "filename": "src/awscdk/awscdk-construct.ts",
9395
- "line": 50
9414
+ "line": 59
9396
9415
  },
9397
9416
  "methods": [
9398
9417
  {
@@ -9404,7 +9423,7 @@
9404
9423
  },
9405
9424
  "locationInModule": {
9406
9425
  "filename": "src/awscdk/awscdk-construct.ts",
9407
- "line": 109
9426
+ "line": 119
9408
9427
  },
9409
9428
  "name": "addCdkDependencies",
9410
9429
  "parameters": [
@@ -9429,7 +9448,7 @@
9429
9448
  },
9430
9449
  "locationInModule": {
9431
9450
  "filename": "src/awscdk/awscdk-construct.ts",
9432
- "line": 119
9451
+ "line": 129
9433
9452
  },
9434
9453
  "name": "addCdkTestDependencies",
9435
9454
  "parameters": [
@@ -9457,7 +9476,7 @@
9457
9476
  "immutable": true,
9458
9477
  "locationInModule": {
9459
9478
  "filename": "src/awscdk/awscdk-construct.ts",
9460
- "line": 51
9479
+ "line": 60
9461
9480
  },
9462
9481
  "name": "cdkDeps",
9463
9482
  "type": {
@@ -9472,7 +9491,7 @@
9472
9491
  "immutable": true,
9473
9492
  "locationInModule": {
9474
9493
  "filename": "src/awscdk/awscdk-construct.ts",
9475
- "line": 90
9494
+ "line": 100
9476
9495
  },
9477
9496
  "name": "cdkVersion",
9478
9497
  "type": {
@@ -9487,7 +9506,7 @@
9487
9506
  "immutable": true,
9488
9507
  "locationInModule": {
9489
9508
  "filename": "src/awscdk/awscdk-construct.ts",
9490
- "line": 97
9509
+ "line": 107
9491
9510
  },
9492
9511
  "name": "version",
9493
9512
  "type": {
@@ -9527,7 +9546,7 @@
9527
9546
  "immutable": true,
9528
9547
  "locationInModule": {
9529
9548
  "filename": "src/awscdk/awscdk-construct.ts",
9530
- "line": 31
9549
+ "line": 40
9531
9550
  },
9532
9551
  "name": "integrationTestAutoDiscover",
9533
9552
  "optional": true,
@@ -9553,6 +9572,24 @@
9553
9572
  "primitive": "boolean"
9554
9573
  }
9555
9574
  },
9575
+ {
9576
+ "abstract": true,
9577
+ "docs": {
9578
+ "default": "true",
9579
+ "stability": "experimental",
9580
+ "summary": "Automatically adds an `awscdk.LambdaExtension` for each `.lambda-extension.ts` entrypoint in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project."
9581
+ },
9582
+ "immutable": true,
9583
+ "locationInModule": {
9584
+ "filename": "src/awscdk/awscdk-construct.ts",
9585
+ "line": 32
9586
+ },
9587
+ "name": "lambdaExtensionAutoDiscover",
9588
+ "optional": true,
9589
+ "type": {
9590
+ "primitive": "boolean"
9591
+ }
9592
+ },
9556
9593
  {
9557
9594
  "abstract": true,
9558
9595
  "docs": {
@@ -9563,7 +9600,7 @@
9563
9600
  "immutable": true,
9564
9601
  "locationInModule": {
9565
9602
  "filename": "src/awscdk/awscdk-construct.ts",
9566
- "line": 38
9603
+ "line": 47
9567
9604
  },
9568
9605
  "name": "lambdaOptions",
9569
9606
  "optional": true,
@@ -10588,7 +10625,7 @@
10588
10625
  },
10589
10626
  "locationInModule": {
10590
10627
  "filename": "src/awscdk/awscdk-app-ts.ts",
10591
- "line": 80
10628
+ "line": 89
10592
10629
  },
10593
10630
  "parameters": [
10594
10631
  {
@@ -10602,7 +10639,7 @@
10602
10639
  "kind": "class",
10603
10640
  "locationInModule": {
10604
10641
  "filename": "src/awscdk/awscdk-app-ts.ts",
10605
- "line": 55
10642
+ "line": 64
10606
10643
  },
10607
10644
  "methods": [
10608
10645
  {
@@ -10612,7 +10649,7 @@
10612
10649
  },
10613
10650
  "locationInModule": {
10614
10651
  "filename": "src/awscdk/awscdk-app-ts.ts",
10615
- "line": 165
10652
+ "line": 175
10616
10653
  },
10617
10654
  "name": "addCdkDependency",
10618
10655
  "parameters": [
@@ -10641,7 +10678,7 @@
10641
10678
  "immutable": true,
10642
10679
  "locationInModule": {
10643
10680
  "filename": "src/awscdk/awscdk-app-ts.ts",
10644
- "line": 66
10681
+ "line": 75
10645
10682
  },
10646
10683
  "name": "appEntrypoint",
10647
10684
  "type": {
@@ -10656,7 +10693,7 @@
10656
10693
  "immutable": true,
10657
10694
  "locationInModule": {
10658
10695
  "filename": "src/awscdk/awscdk-app-ts.ts",
10659
- "line": 76
10696
+ "line": 85
10660
10697
  },
10661
10698
  "name": "cdkConfig",
10662
10699
  "type": {
@@ -10670,7 +10707,7 @@
10670
10707
  "immutable": true,
10671
10708
  "locationInModule": {
10672
10709
  "filename": "src/awscdk/awscdk-app-ts.ts",
10673
- "line": 78
10710
+ "line": 87
10674
10711
  },
10675
10712
  "name": "cdkDeps",
10676
10713
  "type": {
@@ -10685,7 +10722,7 @@
10685
10722
  "immutable": true,
10686
10723
  "locationInModule": {
10687
10724
  "filename": "src/awscdk/awscdk-app-ts.ts",
10688
- "line": 71
10725
+ "line": 80
10689
10726
  },
10690
10727
  "name": "cdkTasks",
10691
10728
  "type": {
@@ -10700,7 +10737,7 @@
10700
10737
  "immutable": true,
10701
10738
  "locationInModule": {
10702
10739
  "filename": "src/awscdk/awscdk-app-ts.ts",
10703
- "line": 59
10740
+ "line": 68
10704
10741
  },
10705
10742
  "name": "cdkVersion",
10706
10743
  "type": {
@@ -10758,7 +10795,7 @@
10758
10795
  "immutable": true,
10759
10796
  "locationInModule": {
10760
10797
  "filename": "src/awscdk/awscdk-app-ts.ts",
10761
- "line": 40
10798
+ "line": 49
10762
10799
  },
10763
10800
  "name": "integrationTestAutoDiscover",
10764
10801
  "optional": true,
@@ -10784,6 +10821,24 @@
10784
10821
  "primitive": "boolean"
10785
10822
  }
10786
10823
  },
10824
+ {
10825
+ "abstract": true,
10826
+ "docs": {
10827
+ "default": "true",
10828
+ "stability": "experimental",
10829
+ "summary": "Automatically adds an `awscdk.LambdaExtension` for each `.lambda-extension.ts` entrypoint in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project."
10830
+ },
10831
+ "immutable": true,
10832
+ "locationInModule": {
10833
+ "filename": "src/awscdk/awscdk-app-ts.ts",
10834
+ "line": 41
10835
+ },
10836
+ "name": "lambdaExtensionAutoDiscover",
10837
+ "optional": true,
10838
+ "type": {
10839
+ "primitive": "boolean"
10840
+ }
10841
+ },
10787
10842
  {
10788
10843
  "abstract": true,
10789
10844
  "docs": {
@@ -10794,7 +10849,7 @@
10794
10849
  "immutable": true,
10795
10850
  "locationInModule": {
10796
10851
  "filename": "src/awscdk/awscdk-app-ts.ts",
10797
- "line": 47
10852
+ "line": 56
10798
10853
  },
10799
10854
  "name": "lambdaOptions",
10800
10855
  "optional": true,
@@ -11216,7 +11271,7 @@
11216
11271
  },
11217
11272
  "locationInModule": {
11218
11273
  "filename": "src/awscdk/awscdk-construct.ts",
11219
- "line": 53
11274
+ "line": 62
11220
11275
  },
11221
11276
  "parameters": [
11222
11277
  {
@@ -11230,7 +11285,7 @@
11230
11285
  "kind": "class",
11231
11286
  "locationInModule": {
11232
11287
  "filename": "src/awscdk/awscdk-construct.ts",
11233
- "line": 156
11288
+ "line": 166
11234
11289
  },
11235
11290
  "name": "ConstructLibraryAws",
11236
11291
  "namespace": "awscdk",
@@ -11250,7 +11305,7 @@
11250
11305
  "kind": "interface",
11251
11306
  "locationInModule": {
11252
11307
  "filename": "src/awscdk/awscdk-construct.ts",
11253
- "line": 152
11308
+ "line": 162
11254
11309
  },
11255
11310
  "name": "ConstructLibraryAwsOptions",
11256
11311
  "namespace": "awscdk",
@@ -11342,7 +11397,7 @@
11342
11397
  },
11343
11398
  "locationInModule": {
11344
11399
  "filename": "src/awscdk/auto-discover.ts",
11345
- "line": 47
11400
+ "line": 54
11346
11401
  },
11347
11402
  "parameters": [
11348
11403
  {
@@ -11362,7 +11417,7 @@
11362
11417
  "kind": "class",
11363
11418
  "locationInModule": {
11364
11419
  "filename": "src/awscdk/auto-discover.ts",
11365
- "line": 46
11420
+ "line": 53
11366
11421
  },
11367
11422
  "name": "IntegrationTestAutoDiscover",
11368
11423
  "namespace": "awscdk",
@@ -11383,7 +11438,7 @@
11383
11438
  "kind": "interface",
11384
11439
  "locationInModule": {
11385
11440
  "filename": "src/awscdk/auto-discover.ts",
11386
- "line": 34
11441
+ "line": 41
11387
11442
  },
11388
11443
  "name": "IntegrationTestAutoDiscoverOptions",
11389
11444
  "namespace": "awscdk",
@@ -11397,7 +11452,7 @@
11397
11452
  "immutable": true,
11398
11453
  "locationInModule": {
11399
11454
  "filename": "src/awscdk/auto-discover.ts",
11400
- "line": 40
11455
+ "line": 47
11401
11456
  },
11402
11457
  "name": "integrationTestOptions",
11403
11458
  "optional": true,
@@ -11539,7 +11594,7 @@
11539
11594
  },
11540
11595
  "locationInModule": {
11541
11596
  "filename": "src/awscdk/auto-discover.ts",
11542
- "line": 80
11597
+ "line": 87
11543
11598
  },
11544
11599
  "parameters": [
11545
11600
  {
@@ -11559,7 +11614,7 @@
11559
11614
  "kind": "class",
11560
11615
  "locationInModule": {
11561
11616
  "filename": "src/awscdk/auto-discover.ts",
11562
- "line": 79
11617
+ "line": 86
11563
11618
  },
11564
11619
  "name": "LambdaAutoDiscover",
11565
11620
  "namespace": "awscdk",
@@ -11579,7 +11634,7 @@
11579
11634
  "kind": "interface",
11580
11635
  "locationInModule": {
11581
11636
  "filename": "src/awscdk/auto-discover.ts",
11582
- "line": 64
11637
+ "line": 71
11583
11638
  },
11584
11639
  "name": "LambdaAutoDiscoverOptions",
11585
11640
  "namespace": "awscdk",
@@ -11593,7 +11648,7 @@
11593
11648
  "immutable": true,
11594
11649
  "locationInModule": {
11595
11650
  "filename": "src/awscdk/auto-discover.ts",
11596
- "line": 68
11651
+ "line": 75
11597
11652
  },
11598
11653
  "name": "srcdir",
11599
11654
  "type": {
@@ -11604,12 +11659,12 @@
11604
11659
  "abstract": true,
11605
11660
  "docs": {
11606
11661
  "stability": "experimental",
11607
- "summary": "Options for auto-discovery of AWS Lambda functions."
11662
+ "summary": "Options for AWS Lambda functions."
11608
11663
  },
11609
11664
  "immutable": true,
11610
11665
  "locationInModule": {
11611
11666
  "filename": "src/awscdk/auto-discover.ts",
11612
- "line": 73
11667
+ "line": 80
11613
11668
  },
11614
11669
  "name": "lambdaOptions",
11615
11670
  "optional": true,
@@ -11620,6 +11675,312 @@
11620
11675
  ],
11621
11676
  "symbolId": "src/awscdk/auto-discover:LambdaAutoDiscoverOptions"
11622
11677
  },
11678
+ "projen.awscdk.LambdaExtension": {
11679
+ "assembly": "projen",
11680
+ "base": "projen.Component",
11681
+ "docs": {
11682
+ "stability": "experimental",
11683
+ "summary": "Create a Lambda Extension."
11684
+ },
11685
+ "fqn": "projen.awscdk.LambdaExtension",
11686
+ "initializer": {
11687
+ "docs": {
11688
+ "stability": "experimental"
11689
+ },
11690
+ "locationInModule": {
11691
+ "filename": "src/awscdk/lambda-extension.ts",
11692
+ "line": 82
11693
+ },
11694
+ "parameters": [
11695
+ {
11696
+ "name": "project",
11697
+ "type": {
11698
+ "fqn": "projen.Project"
11699
+ }
11700
+ },
11701
+ {
11702
+ "name": "options",
11703
+ "type": {
11704
+ "fqn": "projen.awscdk.LambdaExtensionOptions"
11705
+ }
11706
+ }
11707
+ ]
11708
+ },
11709
+ "kind": "class",
11710
+ "locationInModule": {
11711
+ "filename": "src/awscdk/lambda-extension.ts",
11712
+ "line": 81
11713
+ },
11714
+ "name": "LambdaExtension",
11715
+ "namespace": "awscdk",
11716
+ "symbolId": "src/awscdk/lambda-extension:LambdaExtension"
11717
+ },
11718
+ "projen.awscdk.LambdaExtensionAutoDiscover": {
11719
+ "assembly": "projen",
11720
+ "base": "projen.cdk.AutoDiscoverBase",
11721
+ "docs": {
11722
+ "stability": "experimental",
11723
+ "summary": "Creates Lambda Extensions from entrypoints discovered in the project's source tree."
11724
+ },
11725
+ "fqn": "projen.awscdk.LambdaExtensionAutoDiscover",
11726
+ "initializer": {
11727
+ "docs": {
11728
+ "stability": "experimental"
11729
+ },
11730
+ "locationInModule": {
11731
+ "filename": "src/awscdk/auto-discover.ts",
11732
+ "line": 124
11733
+ },
11734
+ "parameters": [
11735
+ {
11736
+ "name": "project",
11737
+ "type": {
11738
+ "fqn": "projen.Project"
11739
+ }
11740
+ },
11741
+ {
11742
+ "name": "options",
11743
+ "type": {
11744
+ "fqn": "projen.awscdk.LambdaExtensionAutoDiscoverOptions"
11745
+ }
11746
+ }
11747
+ ]
11748
+ },
11749
+ "kind": "class",
11750
+ "locationInModule": {
11751
+ "filename": "src/awscdk/auto-discover.ts",
11752
+ "line": 123
11753
+ },
11754
+ "name": "LambdaExtensionAutoDiscover",
11755
+ "namespace": "awscdk",
11756
+ "symbolId": "src/awscdk/auto-discover:LambdaExtensionAutoDiscover"
11757
+ },
11758
+ "projen.awscdk.LambdaExtensionAutoDiscoverOptions": {
11759
+ "assembly": "projen",
11760
+ "datatype": true,
11761
+ "docs": {
11762
+ "stability": "experimental",
11763
+ "summary": "Options for `LambdaExtensionAutoDiscover`."
11764
+ },
11765
+ "fqn": "projen.awscdk.LambdaExtensionAutoDiscoverOptions",
11766
+ "interfaces": [
11767
+ "projen.awscdk.AutoDiscoverCommonOptions"
11768
+ ],
11769
+ "kind": "interface",
11770
+ "locationInModule": {
11771
+ "filename": "src/awscdk/auto-discover.ts",
11772
+ "line": 106
11773
+ },
11774
+ "name": "LambdaExtensionAutoDiscoverOptions",
11775
+ "namespace": "awscdk",
11776
+ "properties": [
11777
+ {
11778
+ "abstract": true,
11779
+ "docs": {
11780
+ "stability": "experimental",
11781
+ "summary": "Project source tree (relative to project output directory)."
11782
+ },
11783
+ "immutable": true,
11784
+ "locationInModule": {
11785
+ "filename": "src/awscdk/auto-discover.ts",
11786
+ "line": 111
11787
+ },
11788
+ "name": "srcdir",
11789
+ "type": {
11790
+ "primitive": "string"
11791
+ }
11792
+ },
11793
+ {
11794
+ "abstract": true,
11795
+ "docs": {
11796
+ "stability": "experimental",
11797
+ "summary": "Options for lambda extensions."
11798
+ },
11799
+ "immutable": true,
11800
+ "locationInModule": {
11801
+ "filename": "src/awscdk/auto-discover.ts",
11802
+ "line": 116
11803
+ },
11804
+ "name": "lambdaExtensionOptions",
11805
+ "optional": true,
11806
+ "type": {
11807
+ "fqn": "projen.awscdk.LambdaExtensionCommonOptions"
11808
+ }
11809
+ }
11810
+ ],
11811
+ "symbolId": "src/awscdk/auto-discover:LambdaExtensionAutoDiscoverOptions"
11812
+ },
11813
+ "projen.awscdk.LambdaExtensionCommonOptions": {
11814
+ "assembly": "projen",
11815
+ "datatype": true,
11816
+ "docs": {
11817
+ "stability": "experimental",
11818
+ "summary": "Common options for creating lambda extensions."
11819
+ },
11820
+ "fqn": "projen.awscdk.LambdaExtensionCommonOptions",
11821
+ "kind": "interface",
11822
+ "locationInModule": {
11823
+ "filename": "src/awscdk/lambda-extension.ts",
11824
+ "line": 17
11825
+ },
11826
+ "name": "LambdaExtensionCommonOptions",
11827
+ "namespace": "awscdk",
11828
+ "properties": [
11829
+ {
11830
+ "abstract": true,
11831
+ "docs": {
11832
+ "default": "- defaults",
11833
+ "remarks": "If not specified the default bundling options specified for the project\n`Bundler` instance will be used.",
11834
+ "stability": "experimental",
11835
+ "summary": "Bundling options for this AWS Lambda extension."
11836
+ },
11837
+ "immutable": true,
11838
+ "locationInModule": {
11839
+ "filename": "src/awscdk/lambda-extension.ts",
11840
+ "line": 31
11841
+ },
11842
+ "name": "bundlingOptions",
11843
+ "optional": true,
11844
+ "type": {
11845
+ "fqn": "projen.javascript.BundlingOptions"
11846
+ }
11847
+ },
11848
+ {
11849
+ "abstract": true,
11850
+ "docs": {
11851
+ "stability": "experimental",
11852
+ "summary": "The extension's compatible runtimes."
11853
+ },
11854
+ "immutable": true,
11855
+ "locationInModule": {
11856
+ "filename": "src/awscdk/lambda-extension.ts",
11857
+ "line": 21
11858
+ },
11859
+ "name": "compatibleRuntimes",
11860
+ "optional": true,
11861
+ "type": {
11862
+ "collection": {
11863
+ "elementtype": {
11864
+ "fqn": "projen.awscdk.LambdaRuntime"
11865
+ },
11866
+ "kind": "array"
11867
+ }
11868
+ }
11869
+ }
11870
+ ],
11871
+ "symbolId": "src/awscdk/lambda-extension:LambdaExtensionCommonOptions"
11872
+ },
11873
+ "projen.awscdk.LambdaExtensionOptions": {
11874
+ "assembly": "projen",
11875
+ "datatype": true,
11876
+ "docs": {
11877
+ "stability": "experimental",
11878
+ "summary": "Options for creating lambda extensions."
11879
+ },
11880
+ "fqn": "projen.awscdk.LambdaExtensionOptions",
11881
+ "interfaces": [
11882
+ "projen.awscdk.LambdaExtensionCommonOptions"
11883
+ ],
11884
+ "kind": "interface",
11885
+ "locationInModule": {
11886
+ "filename": "src/awscdk/lambda-extension.ts",
11887
+ "line": 37
11888
+ },
11889
+ "name": "LambdaExtensionOptions",
11890
+ "namespace": "awscdk",
11891
+ "properties": [
11892
+ {
11893
+ "abstract": true,
11894
+ "docs": {
11895
+ "stability": "experimental",
11896
+ "summary": "AWS CDK dependency manager."
11897
+ },
11898
+ "immutable": true,
11899
+ "locationInModule": {
11900
+ "filename": "src/awscdk/lambda-extension.ts",
11901
+ "line": 58
11902
+ },
11903
+ "name": "cdkDeps",
11904
+ "type": {
11905
+ "fqn": "projen.awscdk.AwsCdkDeps"
11906
+ }
11907
+ },
11908
+ {
11909
+ "abstract": true,
11910
+ "docs": {
11911
+ "example": "\"src/subdir/foo.lambda-extension.ts\"",
11912
+ "remarks": "This is relative to the root directory of the project.",
11913
+ "stability": "experimental",
11914
+ "summary": "A path from the project root directory to a TypeScript file which contains the AWS Lambda extension entrypoint (stand-alone script)."
11915
+ },
11916
+ "immutable": true,
11917
+ "locationInModule": {
11918
+ "filename": "src/awscdk/lambda-extension.ts",
11919
+ "line": 53
11920
+ },
11921
+ "name": "entrypoint",
11922
+ "type": {
11923
+ "primitive": "string"
11924
+ }
11925
+ },
11926
+ {
11927
+ "abstract": true,
11928
+ "docs": {
11929
+ "default": "- The name of the entrypoint file, with the `-layer-version.ts`\nsuffix instead of `.lambda-extension.ts`.",
11930
+ "remarks": "This file should also be\nunder the source tree.",
11931
+ "stability": "experimental",
11932
+ "summary": "The name of the generated TypeScript source file."
11933
+ },
11934
+ "immutable": true,
11935
+ "locationInModule": {
11936
+ "filename": "src/awscdk/lambda-extension.ts",
11937
+ "line": 67
11938
+ },
11939
+ "name": "constructFile",
11940
+ "optional": true,
11941
+ "type": {
11942
+ "primitive": "string"
11943
+ }
11944
+ },
11945
+ {
11946
+ "abstract": true,
11947
+ "docs": {
11948
+ "default": "- A pascal cased version of the name of the entrypoint file, with\nthe extension `LayerVersion` (e.g. `AppConfigLayerVersion`).",
11949
+ "stability": "experimental",
11950
+ "summary": "The name of the generated `lambda.LayerVersion` subclass."
11951
+ },
11952
+ "immutable": true,
11953
+ "locationInModule": {
11954
+ "filename": "src/awscdk/lambda-extension.ts",
11955
+ "line": 75
11956
+ },
11957
+ "name": "constructName",
11958
+ "optional": true,
11959
+ "type": {
11960
+ "primitive": "string"
11961
+ }
11962
+ },
11963
+ {
11964
+ "abstract": true,
11965
+ "docs": {
11966
+ "default": "- Derived from the entrypoint filename.",
11967
+ "stability": "experimental",
11968
+ "summary": "Name of the extension."
11969
+ },
11970
+ "immutable": true,
11971
+ "locationInModule": {
11972
+ "filename": "src/awscdk/lambda-extension.ts",
11973
+ "line": 43
11974
+ },
11975
+ "name": "name",
11976
+ "optional": true,
11977
+ "type": {
11978
+ "primitive": "string"
11979
+ }
11980
+ }
11981
+ ],
11982
+ "symbolId": "src/awscdk/lambda-extension:LambdaExtensionOptions"
11983
+ },
11623
11984
  "projen.awscdk.LambdaFunction": {
11624
11985
  "assembly": "projen",
11625
11986
  "base": "projen.Component",
@@ -27711,7 +28072,7 @@
27711
28072
  "kind": "interface",
27712
28073
  "locationInModule": {
27713
28074
  "filename": "src/javascript/bundler.ts",
27714
- "line": 222
28075
+ "line": 233
27715
28076
  },
27716
28077
  "name": "AddBundleOptions",
27717
28078
  "namespace": "javascript",
@@ -27726,7 +28087,7 @@
27726
28087
  "immutable": true,
27727
28088
  "locationInModule": {
27728
28089
  "filename": "src/javascript/bundler.ts",
27729
- "line": 235
28090
+ "line": 246
27730
28091
  },
27731
28092
  "name": "platform",
27732
28093
  "type": {
@@ -27743,12 +28104,48 @@
27743
28104
  "immutable": true,
27744
28105
  "locationInModule": {
27745
28106
  "filename": "src/javascript/bundler.ts",
27746
- "line": 228
28107
+ "line": 239
27747
28108
  },
27748
28109
  "name": "target",
27749
28110
  "type": {
27750
28111
  "primitive": "string"
27751
28112
  }
28113
+ },
28114
+ {
28115
+ "abstract": true,
28116
+ "docs": {
28117
+ "default": "false",
28118
+ "stability": "experimental",
28119
+ "summary": "Mark the output file as executable."
28120
+ },
28121
+ "immutable": true,
28122
+ "locationInModule": {
28123
+ "filename": "src/javascript/bundler.ts",
28124
+ "line": 258
28125
+ },
28126
+ "name": "executable",
28127
+ "optional": true,
28128
+ "type": {
28129
+ "primitive": "boolean"
28130
+ }
28131
+ },
28132
+ {
28133
+ "abstract": true,
28134
+ "docs": {
28135
+ "default": "\"index.js\"",
28136
+ "stability": "experimental",
28137
+ "summary": "Bundler output path relative to the asset's output directory."
28138
+ },
28139
+ "immutable": true,
28140
+ "locationInModule": {
28141
+ "filename": "src/javascript/bundler.ts",
28142
+ "line": 252
28143
+ },
28144
+ "name": "outfile",
28145
+ "optional": true,
28146
+ "type": {
28147
+ "primitive": "string"
28148
+ }
27752
28149
  }
27753
28150
  ],
27754
28151
  "symbolId": "src/javascript/bundler:AddBundleOptions"
@@ -27828,7 +28225,7 @@
27828
28225
  "kind": "interface",
27829
28226
  "locationInModule": {
27830
28227
  "filename": "src/javascript/bundler.ts",
27831
- "line": 163
28228
+ "line": 169
27832
28229
  },
27833
28230
  "name": "Bundle",
27834
28231
  "namespace": "javascript",
@@ -27842,13 +28239,29 @@
27842
28239
  "immutable": true,
27843
28240
  "locationInModule": {
27844
28241
  "filename": "src/javascript/bundler.ts",
27845
- "line": 167
28242
+ "line": 173
27846
28243
  },
27847
28244
  "name": "bundleTask",
27848
28245
  "type": {
27849
28246
  "fqn": "projen.Task"
27850
28247
  }
27851
28248
  },
28249
+ {
28250
+ "abstract": true,
28251
+ "docs": {
28252
+ "stability": "experimental",
28253
+ "summary": "Base directory containing the output file (relative to project root)."
28254
+ },
28255
+ "immutable": true,
28256
+ "locationInModule": {
28257
+ "filename": "src/javascript/bundler.ts",
28258
+ "line": 188
28259
+ },
28260
+ "name": "outdir",
28261
+ "type": {
28262
+ "primitive": "string"
28263
+ }
28264
+ },
27852
28265
  {
27853
28266
  "abstract": true,
27854
28267
  "docs": {
@@ -27858,7 +28271,7 @@
27858
28271
  "immutable": true,
27859
28272
  "locationInModule": {
27860
28273
  "filename": "src/javascript/bundler.ts",
27861
- "line": 177
28274
+ "line": 183
27862
28275
  },
27863
28276
  "name": "outfile",
27864
28277
  "type": {
@@ -27874,7 +28287,7 @@
27874
28287
  "immutable": true,
27875
28288
  "locationInModule": {
27876
28289
  "filename": "src/javascript/bundler.ts",
27877
- "line": 172
28290
+ "line": 178
27878
28291
  },
27879
28292
  "name": "watchTask",
27880
28293
  "optional": true,
@@ -28129,7 +28542,7 @@
28129
28542
  "kind": "interface",
28130
28543
  "locationInModule": {
28131
28544
  "filename": "src/javascript/bundler.ts",
28132
- "line": 183
28545
+ "line": 194
28133
28546
  },
28134
28547
  "name": "BundlingOptions",
28135
28548
  "namespace": "javascript",
@@ -28145,7 +28558,7 @@
28145
28558
  "immutable": true,
28146
28559
  "locationInModule": {
28147
28560
  "filename": "src/javascript/bundler.ts",
28148
- "line": 200
28561
+ "line": 211
28149
28562
  },
28150
28563
  "name": "externals",
28151
28564
  "optional": true,
@@ -28168,7 +28581,7 @@
28168
28581
  "immutable": true,
28169
28582
  "locationInModule": {
28170
28583
  "filename": "src/javascript/bundler.ts",
28171
- "line": 207
28584
+ "line": 218
28172
28585
  },
28173
28586
  "name": "sourcemap",
28174
28587
  "optional": true,
@@ -28187,7 +28600,7 @@
28187
28600
  "immutable": true,
28188
28601
  "locationInModule": {
28189
28602
  "filename": "src/javascript/bundler.ts",
28190
- "line": 216
28603
+ "line": 227
28191
28604
  },
28192
28605
  "name": "watchTask",
28193
28606
  "optional": true,
@@ -44409,6 +44822,6 @@
44409
44822
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
44410
44823
  }
44411
44824
  },
44412
- "version": "0.52.67",
44413
- "fingerprint": "ZdguByDSbf+eh7LjG+roQhiH+oiWwL/bcLFKP+7JqJM="
44825
+ "version": "0.52.70",
44826
+ "fingerprint": "1mXtWAWUxi9zfmIDoJpiGqOcjigG++0lK9KBBXJxhQg="
44414
44827
  }