projen 0.42.0 → 0.42.1
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 +182 -372
- package/API.md +32 -165
- package/lib/awscdk/auto-discover.d.ts +0 -7
- package/lib/awscdk/auto-discover.js +4 -5
- package/lib/awscdk/awscdk-app-ts.d.ts +28 -7
- package/lib/awscdk/awscdk-app-ts.js +37 -30
- package/lib/awscdk/awscdk-construct.d.ts +93 -13
- package/lib/awscdk/awscdk-construct.js +87 -49
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/index.d.ts +0 -1
- package/lib/awscdk/index.js +1 -2
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.d.ts +1 -8
- package/lib/awscdk/lambda-function.js +5 -14
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
- package/lib/awscdk/awscdk-deps.d.ts +0 -157
- package/lib/awscdk/awscdk-deps.js +0 -163
package/.jsii
CHANGED
|
@@ -9087,7 +9087,7 @@
|
|
|
9087
9087
|
},
|
|
9088
9088
|
"locationInModule": {
|
|
9089
9089
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9090
|
-
"line":
|
|
9090
|
+
"line": 41
|
|
9091
9091
|
},
|
|
9092
9092
|
"parameters": [
|
|
9093
9093
|
{
|
|
@@ -9107,7 +9107,7 @@
|
|
|
9107
9107
|
"kind": "class",
|
|
9108
9108
|
"locationInModule": {
|
|
9109
9109
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9110
|
-
"line":
|
|
9110
|
+
"line": 38
|
|
9111
9111
|
},
|
|
9112
9112
|
"name": "AutoDiscover",
|
|
9113
9113
|
"namespace": "awscdk",
|
|
@@ -9124,27 +9124,11 @@
|
|
|
9124
9124
|
"kind": "interface",
|
|
9125
9125
|
"locationInModule": {
|
|
9126
9126
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9127
|
-
"line":
|
|
9127
|
+
"line": 12
|
|
9128
9128
|
},
|
|
9129
9129
|
"name": "AutoDiscoverOptions",
|
|
9130
9130
|
"namespace": "awscdk",
|
|
9131
9131
|
"properties": [
|
|
9132
|
-
{
|
|
9133
|
-
"abstract": true,
|
|
9134
|
-
"docs": {
|
|
9135
|
-
"stability": "experimental",
|
|
9136
|
-
"summary": "AWS CDK dependency manager."
|
|
9137
|
-
},
|
|
9138
|
-
"immutable": true,
|
|
9139
|
-
"locationInModule": {
|
|
9140
|
-
"filename": "src/awscdk/auto-discover.ts",
|
|
9141
|
-
"line": 37
|
|
9142
|
-
},
|
|
9143
|
-
"name": "cdkDeps",
|
|
9144
|
-
"type": {
|
|
9145
|
-
"fqn": "projen.awscdk.AwsCdkDeps"
|
|
9146
|
-
}
|
|
9147
|
-
},
|
|
9148
9132
|
{
|
|
9149
9133
|
"abstract": true,
|
|
9150
9134
|
"docs": {
|
|
@@ -9154,7 +9138,7 @@
|
|
|
9154
9138
|
"immutable": true,
|
|
9155
9139
|
"locationInModule": {
|
|
9156
9140
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9157
|
-
"line":
|
|
9141
|
+
"line": 21
|
|
9158
9142
|
},
|
|
9159
9143
|
"name": "srcdir",
|
|
9160
9144
|
"type": {
|
|
@@ -9170,7 +9154,7 @@
|
|
|
9170
9154
|
"immutable": true,
|
|
9171
9155
|
"locationInModule": {
|
|
9172
9156
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9173
|
-
"line":
|
|
9157
|
+
"line": 26
|
|
9174
9158
|
},
|
|
9175
9159
|
"name": "testdir",
|
|
9176
9160
|
"type": {
|
|
@@ -9186,7 +9170,7 @@
|
|
|
9186
9170
|
"immutable": true,
|
|
9187
9171
|
"locationInModule": {
|
|
9188
9172
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9189
|
-
"line":
|
|
9173
|
+
"line": 31
|
|
9190
9174
|
},
|
|
9191
9175
|
"name": "tsconfigPath",
|
|
9192
9176
|
"type": {
|
|
@@ -9202,7 +9186,7 @@
|
|
|
9202
9186
|
"immutable": true,
|
|
9203
9187
|
"locationInModule": {
|
|
9204
9188
|
"filename": "src/awscdk/auto-discover.ts",
|
|
9205
|
-
"line":
|
|
9189
|
+
"line": 16
|
|
9206
9190
|
},
|
|
9207
9191
|
"name": "lambdaOptions",
|
|
9208
9192
|
"optional": true,
|
|
@@ -9231,7 +9215,7 @@
|
|
|
9231
9215
|
},
|
|
9232
9216
|
"locationInModule": {
|
|
9233
9217
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9234
|
-
"line":
|
|
9218
|
+
"line": 129
|
|
9235
9219
|
},
|
|
9236
9220
|
"parameters": [
|
|
9237
9221
|
{
|
|
@@ -9245,19 +9229,18 @@
|
|
|
9245
9229
|
"kind": "class",
|
|
9246
9230
|
"locationInModule": {
|
|
9247
9231
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9248
|
-
"line":
|
|
9232
|
+
"line": 118
|
|
9249
9233
|
},
|
|
9250
9234
|
"methods": [
|
|
9251
9235
|
{
|
|
9252
9236
|
"docs": {
|
|
9253
|
-
"
|
|
9254
|
-
"
|
|
9255
|
-
"
|
|
9256
|
-
"summary": "Adds dependencies to AWS CDK modules."
|
|
9237
|
+
"remarks": "Modules are currently by default added with a caret CDK version both as \"dependencies\"\nand \"peerDependencies\". This is because currently npm would not\nautomatically install peer dependencies that are not declared as concerete\ndependencies by the consumer, so this is a little npm \"hack\" so that\nconsumers will not need to depend on them directly if they don't interact\nwith them.\nSee `cdkDependenciesAsDeps` for changing the default behavior.",
|
|
9238
|
+
"stability": "experimental",
|
|
9239
|
+
"summary": "Adds CDK modules as runtime dependencies."
|
|
9257
9240
|
},
|
|
9258
9241
|
"locationInModule": {
|
|
9259
9242
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9260
|
-
"line":
|
|
9243
|
+
"line": 228
|
|
9261
9244
|
},
|
|
9262
9245
|
"name": "addCdkDependencies",
|
|
9263
9246
|
"parameters": [
|
|
@@ -9276,13 +9259,12 @@
|
|
|
9276
9259
|
},
|
|
9277
9260
|
{
|
|
9278
9261
|
"docs": {
|
|
9279
|
-
"
|
|
9280
|
-
"
|
|
9281
|
-
"summary": "Adds AWS CDK modules as dev dependencies."
|
|
9262
|
+
"stability": "experimental",
|
|
9263
|
+
"summary": "Adds CDK modules as test dependencies."
|
|
9282
9264
|
},
|
|
9283
9265
|
"locationInModule": {
|
|
9284
9266
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9285
|
-
"line":
|
|
9267
|
+
"line": 244
|
|
9286
9268
|
},
|
|
9287
9269
|
"name": "addCdkTestDependencies",
|
|
9288
9270
|
"parameters": [
|
|
@@ -9305,16 +9287,17 @@
|
|
|
9305
9287
|
"properties": [
|
|
9306
9288
|
{
|
|
9307
9289
|
"docs": {
|
|
9308
|
-
"stability": "experimental"
|
|
9290
|
+
"stability": "experimental",
|
|
9291
|
+
"summary": "Whether CDK dependencies are added as normal dependencies (and peer dependencies)."
|
|
9309
9292
|
},
|
|
9310
9293
|
"immutable": true,
|
|
9311
9294
|
"locationInModule": {
|
|
9312
9295
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9313
|
-
"line":
|
|
9296
|
+
"line": 127
|
|
9314
9297
|
},
|
|
9315
|
-
"name": "
|
|
9298
|
+
"name": "cdkDependenciesAsDeps",
|
|
9316
9299
|
"type": {
|
|
9317
|
-
"
|
|
9300
|
+
"primitive": "boolean"
|
|
9318
9301
|
}
|
|
9319
9302
|
},
|
|
9320
9303
|
{
|
|
@@ -9325,7 +9308,7 @@
|
|
|
9325
9308
|
"immutable": true,
|
|
9326
9309
|
"locationInModule": {
|
|
9327
9310
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9328
|
-
"line":
|
|
9311
|
+
"line": 122
|
|
9329
9312
|
},
|
|
9330
9313
|
"name": "cdkVersion",
|
|
9331
9314
|
"type": {
|
|
@@ -9340,7 +9323,7 @@
|
|
|
9340
9323
|
"immutable": true,
|
|
9341
9324
|
"locationInModule": {
|
|
9342
9325
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9343
|
-
"line":
|
|
9326
|
+
"line": 211
|
|
9344
9327
|
},
|
|
9345
9328
|
"name": "version",
|
|
9346
9329
|
"type": {
|
|
@@ -9355,17 +9338,16 @@
|
|
|
9355
9338
|
"datatype": true,
|
|
9356
9339
|
"docs": {
|
|
9357
9340
|
"stability": "experimental",
|
|
9358
|
-
"summary": "Options for
|
|
9341
|
+
"summary": "Options for the construct-lib-aws project."
|
|
9359
9342
|
},
|
|
9360
9343
|
"fqn": "projen.awscdk.AwsCdkConstructLibraryOptions",
|
|
9361
9344
|
"interfaces": [
|
|
9362
|
-
"projen.cdk.ConstructLibraryOptions"
|
|
9363
|
-
"projen.awscdk.AwsCdkDepsCommonOptions"
|
|
9345
|
+
"projen.cdk.ConstructLibraryOptions"
|
|
9364
9346
|
],
|
|
9365
9347
|
"kind": "interface",
|
|
9366
9348
|
"locationInModule": {
|
|
9367
9349
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9368
|
-
"line":
|
|
9350
|
+
"line": 9
|
|
9369
9351
|
},
|
|
9370
9352
|
"name": "AwsCdkConstructLibraryOptions",
|
|
9371
9353
|
"namespace": "awscdk",
|
|
@@ -9373,224 +9355,17 @@
|
|
|
9373
9355
|
{
|
|
9374
9356
|
"abstract": true,
|
|
9375
9357
|
"docs": {
|
|
9376
|
-
"
|
|
9377
|
-
|
|
9378
|
-
|
|
9379
|
-
|
|
9380
|
-
"immutable": true,
|
|
9381
|
-
"locationInModule": {
|
|
9382
|
-
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9383
|
-
"line": 20
|
|
9384
|
-
},
|
|
9385
|
-
"name": "lambdaAutoDiscover",
|
|
9386
|
-
"optional": true,
|
|
9387
|
-
"type": {
|
|
9388
|
-
"primitive": "boolean"
|
|
9389
|
-
}
|
|
9390
|
-
},
|
|
9391
|
-
{
|
|
9392
|
-
"abstract": true,
|
|
9393
|
-
"docs": {
|
|
9394
|
-
"default": "- default options",
|
|
9358
|
+
"custom": {
|
|
9359
|
+
"featured": "true"
|
|
9360
|
+
},
|
|
9361
|
+
"default": "\"2.0.0\"",
|
|
9395
9362
|
"stability": "experimental",
|
|
9396
|
-
"summary": "
|
|
9363
|
+
"summary": "Minimum target version this library is tested against."
|
|
9397
9364
|
},
|
|
9398
9365
|
"immutable": true,
|
|
9399
9366
|
"locationInModule": {
|
|
9400
9367
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9401
|
-
"line":
|
|
9402
|
-
},
|
|
9403
|
-
"name": "lambdaOptions",
|
|
9404
|
-
"optional": true,
|
|
9405
|
-
"type": {
|
|
9406
|
-
"fqn": "projen.awscdk.LambdaFunctionCommonOptions"
|
|
9407
|
-
}
|
|
9408
|
-
}
|
|
9409
|
-
],
|
|
9410
|
-
"symbolId": "src/awscdk/awscdk-construct:AwsCdkConstructLibraryOptions"
|
|
9411
|
-
},
|
|
9412
|
-
"projen.awscdk.AwsCdkDeps": {
|
|
9413
|
-
"assembly": "projen",
|
|
9414
|
-
"base": "projen.Component",
|
|
9415
|
-
"docs": {
|
|
9416
|
-
"stability": "experimental",
|
|
9417
|
-
"summary": "Manages dependencies on the AWS CDK."
|
|
9418
|
-
},
|
|
9419
|
-
"fqn": "projen.awscdk.AwsCdkDeps",
|
|
9420
|
-
"initializer": {
|
|
9421
|
-
"docs": {
|
|
9422
|
-
"stability": "experimental"
|
|
9423
|
-
},
|
|
9424
|
-
"locationInModule": {
|
|
9425
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9426
|
-
"line": 119
|
|
9427
|
-
},
|
|
9428
|
-
"parameters": [
|
|
9429
|
-
{
|
|
9430
|
-
"name": "project",
|
|
9431
|
-
"type": {
|
|
9432
|
-
"fqn": "projen.Project"
|
|
9433
|
-
}
|
|
9434
|
-
},
|
|
9435
|
-
{
|
|
9436
|
-
"name": "options",
|
|
9437
|
-
"type": {
|
|
9438
|
-
"fqn": "projen.awscdk.AwsCdkDepsOptions"
|
|
9439
|
-
}
|
|
9440
|
-
}
|
|
9441
|
-
]
|
|
9442
|
-
},
|
|
9443
|
-
"kind": "class",
|
|
9444
|
-
"locationInModule": {
|
|
9445
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9446
|
-
"line": 95
|
|
9447
|
-
},
|
|
9448
|
-
"methods": [
|
|
9449
|
-
{
|
|
9450
|
-
"docs": {
|
|
9451
|
-
"remarks": "The type of dependency is determined by the `dependencyType` option.\n\nThis method is not supported in CDK v2. Use `project.addPeerDeps()` or\n`project.addDeps()` as appropriate.",
|
|
9452
|
-
"stability": "experimental",
|
|
9453
|
-
"summary": "Adds dependencies to AWS CDK modules."
|
|
9454
|
-
},
|
|
9455
|
-
"locationInModule": {
|
|
9456
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9457
|
-
"line": 164
|
|
9458
|
-
},
|
|
9459
|
-
"name": "addV1Dependencies",
|
|
9460
|
-
"parameters": [
|
|
9461
|
-
{
|
|
9462
|
-
"docs": {
|
|
9463
|
-
"summary": "names of cdk modules (e.g. `@aws-cdk/aws-lambda`)."
|
|
9464
|
-
},
|
|
9465
|
-
"name": "deps",
|
|
9466
|
-
"type": {
|
|
9467
|
-
"primitive": "string"
|
|
9468
|
-
},
|
|
9469
|
-
"variadic": true
|
|
9470
|
-
}
|
|
9471
|
-
],
|
|
9472
|
-
"variadic": true
|
|
9473
|
-
},
|
|
9474
|
-
{
|
|
9475
|
-
"docs": {
|
|
9476
|
-
"remarks": "This method is not supported in CDK v2. Use `project.addPeerDeps()` or\n`project.addDeps()` as appropriate.",
|
|
9477
|
-
"stability": "experimental",
|
|
9478
|
-
"summary": "Adds AWS CDK modules as dev dependencies."
|
|
9479
|
-
},
|
|
9480
|
-
"locationInModule": {
|
|
9481
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9482
|
-
"line": 187
|
|
9483
|
-
},
|
|
9484
|
-
"name": "addV1DevDependencies",
|
|
9485
|
-
"parameters": [
|
|
9486
|
-
{
|
|
9487
|
-
"docs": {
|
|
9488
|
-
"summary": "names of cdk modules (e.g. `@aws-cdk/aws-lambda`)."
|
|
9489
|
-
},
|
|
9490
|
-
"name": "deps",
|
|
9491
|
-
"type": {
|
|
9492
|
-
"primitive": "string"
|
|
9493
|
-
},
|
|
9494
|
-
"variadic": true
|
|
9495
|
-
}
|
|
9496
|
-
],
|
|
9497
|
-
"variadic": true
|
|
9498
|
-
}
|
|
9499
|
-
],
|
|
9500
|
-
"name": "AwsCdkDeps",
|
|
9501
|
-
"namespace": "awscdk",
|
|
9502
|
-
"properties": [
|
|
9503
|
-
{
|
|
9504
|
-
"docs": {
|
|
9505
|
-
"deprecated": "Not used for CDK 2.x",
|
|
9506
|
-
"stability": "deprecated",
|
|
9507
|
-
"summary": "Whether CDK dependencies are added as normal dependencies (and peer dependencies)."
|
|
9508
|
-
},
|
|
9509
|
-
"immutable": true,
|
|
9510
|
-
"locationInModule": {
|
|
9511
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9512
|
-
"line": 110
|
|
9513
|
-
},
|
|
9514
|
-
"name": "cdkDependenciesAsDeps",
|
|
9515
|
-
"type": {
|
|
9516
|
-
"primitive": "boolean"
|
|
9517
|
-
}
|
|
9518
|
-
},
|
|
9519
|
-
{
|
|
9520
|
-
"docs": {
|
|
9521
|
-
"stability": "experimental",
|
|
9522
|
-
"summary": "The major version of the AWX CDK (e.g. 1, 2, ...)."
|
|
9523
|
-
},
|
|
9524
|
-
"immutable": true,
|
|
9525
|
-
"locationInModule": {
|
|
9526
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9527
|
-
"line": 115
|
|
9528
|
-
},
|
|
9529
|
-
"name": "cdkMajorVersion",
|
|
9530
|
-
"type": {
|
|
9531
|
-
"primitive": "number"
|
|
9532
|
-
}
|
|
9533
|
-
},
|
|
9534
|
-
{
|
|
9535
|
-
"docs": {
|
|
9536
|
-
"stability": "experimental",
|
|
9537
|
-
"summary": "The dependency requirement for AWS CDK (e.g. `^2.0.0`)."
|
|
9538
|
-
},
|
|
9539
|
-
"immutable": true,
|
|
9540
|
-
"locationInModule": {
|
|
9541
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9542
|
-
"line": 99
|
|
9543
|
-
},
|
|
9544
|
-
"name": "cdkVersion",
|
|
9545
|
-
"type": {
|
|
9546
|
-
"primitive": "string"
|
|
9547
|
-
}
|
|
9548
|
-
},
|
|
9549
|
-
{
|
|
9550
|
-
"docs": {
|
|
9551
|
-
"stability": "experimental",
|
|
9552
|
-
"summary": "The semantic version requirement of `constructs`."
|
|
9553
|
-
},
|
|
9554
|
-
"immutable": true,
|
|
9555
|
-
"locationInModule": {
|
|
9556
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9557
|
-
"line": 104
|
|
9558
|
-
},
|
|
9559
|
-
"name": "constructsVersion",
|
|
9560
|
-
"type": {
|
|
9561
|
-
"primitive": "string"
|
|
9562
|
-
}
|
|
9563
|
-
}
|
|
9564
|
-
],
|
|
9565
|
-
"symbolId": "src/awscdk/awscdk-deps:AwsCdkDeps"
|
|
9566
|
-
},
|
|
9567
|
-
"projen.awscdk.AwsCdkDepsCommonOptions": {
|
|
9568
|
-
"assembly": "projen",
|
|
9569
|
-
"datatype": true,
|
|
9570
|
-
"docs": {
|
|
9571
|
-
"stability": "experimental",
|
|
9572
|
-
"summary": "Options for `AwsCdkDeps`."
|
|
9573
|
-
},
|
|
9574
|
-
"fqn": "projen.awscdk.AwsCdkDepsCommonOptions",
|
|
9575
|
-
"kind": "interface",
|
|
9576
|
-
"locationInModule": {
|
|
9577
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9578
|
-
"line": 9
|
|
9579
|
-
},
|
|
9580
|
-
"name": "AwsCdkDepsCommonOptions",
|
|
9581
|
-
"namespace": "awscdk",
|
|
9582
|
-
"properties": [
|
|
9583
|
-
{
|
|
9584
|
-
"abstract": true,
|
|
9585
|
-
"docs": {
|
|
9586
|
-
"default": "\"^2\"",
|
|
9587
|
-
"stability": "experimental",
|
|
9588
|
-
"summary": "Semantic version requirement for the the AWS CDK libraries."
|
|
9589
|
-
},
|
|
9590
|
-
"immutable": true,
|
|
9591
|
-
"locationInModule": {
|
|
9592
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9593
|
-
"line": 15
|
|
9368
|
+
"line": 16
|
|
9594
9369
|
},
|
|
9595
9370
|
"name": "cdkVersion",
|
|
9596
9371
|
"type": {
|
|
@@ -9601,14 +9376,14 @@
|
|
|
9601
9376
|
"abstract": true,
|
|
9602
9377
|
"docs": {
|
|
9603
9378
|
"default": "false",
|
|
9604
|
-
"deprecated": "
|
|
9379
|
+
"deprecated": "- use cdkAssertions instead",
|
|
9605
9380
|
"stability": "deprecated",
|
|
9606
9381
|
"summary": "Install the @aws-cdk/assert library?"
|
|
9607
9382
|
},
|
|
9608
9383
|
"immutable": true,
|
|
9609
9384
|
"locationInModule": {
|
|
9610
|
-
"filename": "src/awscdk/awscdk-
|
|
9611
|
-
"line":
|
|
9385
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9386
|
+
"line": 69
|
|
9612
9387
|
},
|
|
9613
9388
|
"name": "cdkAssert",
|
|
9614
9389
|
"optional": true,
|
|
@@ -9626,8 +9401,8 @@
|
|
|
9626
9401
|
},
|
|
9627
9402
|
"immutable": true,
|
|
9628
9403
|
"locationInModule": {
|
|
9629
|
-
"filename": "src/awscdk/awscdk-
|
|
9630
|
-
"line":
|
|
9404
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9405
|
+
"line": 79
|
|
9631
9406
|
},
|
|
9632
9407
|
"name": "cdkAssertions",
|
|
9633
9408
|
"optional": true,
|
|
@@ -9638,14 +9413,14 @@
|
|
|
9638
9413
|
{
|
|
9639
9414
|
"abstract": true,
|
|
9640
9415
|
"docs": {
|
|
9641
|
-
"deprecated": "For CDK 2.x use 'peerDeps' instead",
|
|
9416
|
+
"deprecated": "- For CDK 2.x use 'peerDeps' instead",
|
|
9642
9417
|
"stability": "deprecated",
|
|
9643
9418
|
"summary": "Which AWS CDK modules (those that start with \"@aws-cdk/\") does this library require when consumed?"
|
|
9644
9419
|
},
|
|
9645
9420
|
"immutable": true,
|
|
9646
9421
|
"locationInModule": {
|
|
9647
|
-
"filename": "src/awscdk/awscdk-
|
|
9648
|
-
"line":
|
|
9422
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9423
|
+
"line": 47
|
|
9649
9424
|
},
|
|
9650
9425
|
"name": "cdkDependencies",
|
|
9651
9426
|
"optional": true,
|
|
@@ -9662,15 +9437,15 @@
|
|
|
9662
9437
|
"abstract": true,
|
|
9663
9438
|
"docs": {
|
|
9664
9439
|
"default": "true",
|
|
9665
|
-
"deprecated": "Not
|
|
9440
|
+
"deprecated": "- Not used for CDK 2.x",
|
|
9666
9441
|
"remarks": "This is to ensure that downstream consumers actually have your CDK dependencies installed\nwhen using npm < 7 or yarn, where peer dependencies are not automatically installed.\nIf this is disabled, `cdkDependencies` will be added to `devDependencies` to ensure\nthey are present during development.",
|
|
9667
9442
|
"stability": "deprecated",
|
|
9668
9443
|
"summary": "If this is enabled (default), all modules declared in `cdkDependencies` will be also added as normal `dependencies` (as well as `peerDependencies`)."
|
|
9669
9444
|
},
|
|
9670
9445
|
"immutable": true,
|
|
9671
9446
|
"locationInModule": {
|
|
9672
|
-
"filename": "src/awscdk/awscdk-
|
|
9673
|
-
"line":
|
|
9447
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9448
|
+
"line": 61
|
|
9674
9449
|
},
|
|
9675
9450
|
"name": "cdkDependenciesAsDeps",
|
|
9676
9451
|
"optional": true,
|
|
@@ -9681,14 +9456,17 @@
|
|
|
9681
9456
|
{
|
|
9682
9457
|
"abstract": true,
|
|
9683
9458
|
"docs": {
|
|
9684
|
-
"
|
|
9459
|
+
"custom": {
|
|
9460
|
+
"featured": "true"
|
|
9461
|
+
},
|
|
9462
|
+
"deprecated": "- For CDK 2.x use 'devDeps' instead",
|
|
9685
9463
|
"stability": "deprecated",
|
|
9686
9464
|
"summary": "AWS CDK modules required for testing."
|
|
9687
9465
|
},
|
|
9688
9466
|
"immutable": true,
|
|
9689
9467
|
"locationInModule": {
|
|
9690
|
-
"filename": "src/awscdk/awscdk-
|
|
9691
|
-
"line":
|
|
9468
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9469
|
+
"line": 89
|
|
9692
9470
|
},
|
|
9693
9471
|
"name": "cdkTestDependencies",
|
|
9694
9472
|
"optional": true,
|
|
@@ -9704,15 +9482,15 @@
|
|
|
9704
9482
|
{
|
|
9705
9483
|
"abstract": true,
|
|
9706
9484
|
"docs": {
|
|
9707
|
-
"
|
|
9485
|
+
"default": "false",
|
|
9708
9486
|
"remarks": "You can use this to prevent yarn to mix versions for your CDK dependencies and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
9709
|
-
"stability": "
|
|
9487
|
+
"stability": "experimental",
|
|
9710
9488
|
"summary": "Use pinned version instead of caret version for CDK."
|
|
9711
9489
|
},
|
|
9712
9490
|
"immutable": true,
|
|
9713
9491
|
"locationInModule": {
|
|
9714
|
-
"filename": "src/awscdk/awscdk-
|
|
9715
|
-
"line":
|
|
9492
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9493
|
+
"line": 39
|
|
9716
9494
|
},
|
|
9717
9495
|
"name": "cdkVersionPinning",
|
|
9718
9496
|
"optional": true,
|
|
@@ -9723,61 +9501,60 @@
|
|
|
9723
9501
|
{
|
|
9724
9502
|
"abstract": true,
|
|
9725
9503
|
"docs": {
|
|
9726
|
-
"default": "-
|
|
9504
|
+
"default": "- When the default behavior is used, the dependency on `constructs` will\nbe added as both a `peerDependency` and a `devDependency`.",
|
|
9505
|
+
"remarks": "- For CDK 1.x, the default is \"3.2.27\"\n- For CDK 2.x, the default is \"10.0.5\"\n- Otherwise, the default is \"*\"",
|
|
9727
9506
|
"stability": "experimental",
|
|
9728
|
-
"summary": "
|
|
9507
|
+
"summary": "Minimum target version of constructs being tested against. If not provided, the default value depends on the configured `cdkVersion`:."
|
|
9729
9508
|
},
|
|
9730
9509
|
"immutable": true,
|
|
9731
9510
|
"locationInModule": {
|
|
9732
|
-
"filename": "src/awscdk/awscdk-
|
|
9733
|
-
"line":
|
|
9511
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9512
|
+
"line": 29
|
|
9734
9513
|
},
|
|
9735
9514
|
"name": "constructsVersion",
|
|
9736
9515
|
"optional": true,
|
|
9737
9516
|
"type": {
|
|
9738
9517
|
"primitive": "string"
|
|
9739
9518
|
}
|
|
9740
|
-
}
|
|
9741
|
-
],
|
|
9742
|
-
"symbolId": "src/awscdk/awscdk-deps:AwsCdkDepsCommonOptions"
|
|
9743
|
-
},
|
|
9744
|
-
"projen.awscdk.AwsCdkDepsOptions": {
|
|
9745
|
-
"assembly": "projen",
|
|
9746
|
-
"datatype": true,
|
|
9747
|
-
"docs": {
|
|
9748
|
-
"stability": "experimental"
|
|
9749
|
-
},
|
|
9750
|
-
"fqn": "projen.awscdk.AwsCdkDepsOptions",
|
|
9751
|
-
"interfaces": [
|
|
9752
|
-
"projen.awscdk.AwsCdkDepsCommonOptions"
|
|
9753
|
-
],
|
|
9754
|
-
"kind": "interface",
|
|
9755
|
-
"locationInModule": {
|
|
9756
|
-
"filename": "src/awscdk/awscdk-deps.ts",
|
|
9757
|
-
"line": 83
|
|
9758
|
-
},
|
|
9759
|
-
"name": "AwsCdkDepsOptions",
|
|
9760
|
-
"namespace": "awscdk",
|
|
9761
|
-
"properties": [
|
|
9519
|
+
},
|
|
9762
9520
|
{
|
|
9763
9521
|
"abstract": true,
|
|
9764
9522
|
"docs": {
|
|
9765
|
-
"
|
|
9523
|
+
"default": "true",
|
|
9766
9524
|
"stability": "experimental",
|
|
9767
|
-
"summary": "
|
|
9525
|
+
"summary": "Automatically adds an `aws_lambda.Function` for each `.lambda.ts` handler in your source tree. If this is disabled, you either need to explicitly call `aws_lambda.Function.autoDiscover()` or define a `new aws_lambda.Function()` for each handler."
|
|
9768
9526
|
},
|
|
9769
9527
|
"immutable": true,
|
|
9770
9528
|
"locationInModule": {
|
|
9771
|
-
"filename": "src/awscdk/awscdk-
|
|
9772
|
-
"line":
|
|
9529
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9530
|
+
"line": 99
|
|
9773
9531
|
},
|
|
9774
|
-
"name": "
|
|
9532
|
+
"name": "lambdaAutoDiscover",
|
|
9533
|
+
"optional": true,
|
|
9775
9534
|
"type": {
|
|
9776
|
-
"
|
|
9535
|
+
"primitive": "boolean"
|
|
9536
|
+
}
|
|
9537
|
+
},
|
|
9538
|
+
{
|
|
9539
|
+
"abstract": true,
|
|
9540
|
+
"docs": {
|
|
9541
|
+
"default": "- default options",
|
|
9542
|
+
"stability": "experimental",
|
|
9543
|
+
"summary": "Common options for all AWS Lambda functions."
|
|
9544
|
+
},
|
|
9545
|
+
"immutable": true,
|
|
9546
|
+
"locationInModule": {
|
|
9547
|
+
"filename": "src/awscdk/awscdk-construct.ts",
|
|
9548
|
+
"line": 106
|
|
9549
|
+
},
|
|
9550
|
+
"name": "lambdaOptions",
|
|
9551
|
+
"optional": true,
|
|
9552
|
+
"type": {
|
|
9553
|
+
"fqn": "projen.awscdk.LambdaFunctionCommonOptions"
|
|
9777
9554
|
}
|
|
9778
9555
|
}
|
|
9779
9556
|
],
|
|
9780
|
-
"symbolId": "src/awscdk/awscdk-
|
|
9557
|
+
"symbolId": "src/awscdk/awscdk-construct:AwsCdkConstructLibraryOptions"
|
|
9781
9558
|
},
|
|
9782
9559
|
"projen.awscdk.AwsCdkJavaApp": {
|
|
9783
9560
|
"assembly": "projen",
|
|
@@ -10034,7 +9811,7 @@
|
|
|
10034
9811
|
},
|
|
10035
9812
|
"locationInModule": {
|
|
10036
9813
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10037
|
-
"line":
|
|
9814
|
+
"line": 87
|
|
10038
9815
|
},
|
|
10039
9816
|
"parameters": [
|
|
10040
9817
|
{
|
|
@@ -10048,7 +9825,7 @@
|
|
|
10048
9825
|
"kind": "class",
|
|
10049
9826
|
"locationInModule": {
|
|
10050
9827
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10051
|
-
"line":
|
|
9828
|
+
"line": 66
|
|
10052
9829
|
},
|
|
10053
9830
|
"methods": [
|
|
10054
9831
|
{
|
|
@@ -10058,7 +9835,7 @@
|
|
|
10058
9835
|
},
|
|
10059
9836
|
"locationInModule": {
|
|
10060
9837
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10061
|
-
"line":
|
|
9838
|
+
"line": 185
|
|
10062
9839
|
},
|
|
10063
9840
|
"name": "addCdkDependency",
|
|
10064
9841
|
"parameters": [
|
|
@@ -10087,7 +9864,7 @@
|
|
|
10087
9864
|
"immutable": true,
|
|
10088
9865
|
"locationInModule": {
|
|
10089
9866
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10090
|
-
"line":
|
|
9867
|
+
"line": 75
|
|
10091
9868
|
},
|
|
10092
9869
|
"name": "appEntrypoint",
|
|
10093
9870
|
"type": {
|
|
@@ -10102,27 +9879,13 @@
|
|
|
10102
9879
|
"immutable": true,
|
|
10103
9880
|
"locationInModule": {
|
|
10104
9881
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10105
|
-
"line":
|
|
9882
|
+
"line": 85
|
|
10106
9883
|
},
|
|
10107
9884
|
"name": "cdkConfig",
|
|
10108
9885
|
"type": {
|
|
10109
9886
|
"fqn": "projen.awscdk.CdkConfig"
|
|
10110
9887
|
}
|
|
10111
9888
|
},
|
|
10112
|
-
{
|
|
10113
|
-
"docs": {
|
|
10114
|
-
"stability": "experimental"
|
|
10115
|
-
},
|
|
10116
|
-
"immutable": true,
|
|
10117
|
-
"locationInModule": {
|
|
10118
|
-
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10119
|
-
"line": 64
|
|
10120
|
-
},
|
|
10121
|
-
"name": "cdkDeps",
|
|
10122
|
-
"type": {
|
|
10123
|
-
"fqn": "projen.awscdk.AwsCdkDeps"
|
|
10124
|
-
}
|
|
10125
|
-
},
|
|
10126
9889
|
{
|
|
10127
9890
|
"docs": {
|
|
10128
9891
|
"stability": "experimental",
|
|
@@ -10131,7 +9894,7 @@
|
|
|
10131
9894
|
"immutable": true,
|
|
10132
9895
|
"locationInModule": {
|
|
10133
9896
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10134
|
-
"line":
|
|
9897
|
+
"line": 80
|
|
10135
9898
|
},
|
|
10136
9899
|
"name": "cdkTasks",
|
|
10137
9900
|
"type": {
|
|
@@ -10146,7 +9909,7 @@
|
|
|
10146
9909
|
"immutable": true,
|
|
10147
9910
|
"locationInModule": {
|
|
10148
9911
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10149
|
-
"line":
|
|
9912
|
+
"line": 70
|
|
10150
9913
|
},
|
|
10151
9914
|
"name": "cdkVersion",
|
|
10152
9915
|
"type": {
|
|
@@ -10165,17 +9928,36 @@
|
|
|
10165
9928
|
"fqn": "projen.awscdk.AwsCdkTypeScriptAppOptions",
|
|
10166
9929
|
"interfaces": [
|
|
10167
9930
|
"projen.typescript.TypeScriptProjectOptions",
|
|
10168
|
-
"projen.awscdk.CdkConfigCommonOptions"
|
|
10169
|
-
"projen.awscdk.AwsCdkDepsCommonOptions"
|
|
9931
|
+
"projen.awscdk.CdkConfigCommonOptions"
|
|
10170
9932
|
],
|
|
10171
9933
|
"kind": "interface",
|
|
10172
9934
|
"locationInModule": {
|
|
10173
9935
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10174
|
-
"line":
|
|
9936
|
+
"line": 11
|
|
10175
9937
|
},
|
|
10176
9938
|
"name": "AwsCdkTypeScriptAppOptions",
|
|
10177
9939
|
"namespace": "awscdk",
|
|
10178
9940
|
"properties": [
|
|
9941
|
+
{
|
|
9942
|
+
"abstract": true,
|
|
9943
|
+
"docs": {
|
|
9944
|
+
"custom": {
|
|
9945
|
+
"featured": "true"
|
|
9946
|
+
},
|
|
9947
|
+
"default": "\"1.129.0\"",
|
|
9948
|
+
"stability": "experimental",
|
|
9949
|
+
"summary": "AWS CDK version to use."
|
|
9950
|
+
},
|
|
9951
|
+
"immutable": true,
|
|
9952
|
+
"locationInModule": {
|
|
9953
|
+
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9954
|
+
"line": 18
|
|
9955
|
+
},
|
|
9956
|
+
"name": "cdkVersion",
|
|
9957
|
+
"type": {
|
|
9958
|
+
"primitive": "string"
|
|
9959
|
+
}
|
|
9960
|
+
},
|
|
10179
9961
|
{
|
|
10180
9962
|
"abstract": true,
|
|
10181
9963
|
"docs": {
|
|
@@ -10186,7 +9968,7 @@
|
|
|
10186
9968
|
"immutable": true,
|
|
10187
9969
|
"locationInModule": {
|
|
10188
9970
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10189
|
-
"line":
|
|
9971
|
+
"line": 42
|
|
10190
9972
|
},
|
|
10191
9973
|
"name": "appEntrypoint",
|
|
10192
9974
|
"optional": true,
|
|
@@ -10194,6 +9976,50 @@
|
|
|
10194
9976
|
"primitive": "string"
|
|
10195
9977
|
}
|
|
10196
9978
|
},
|
|
9979
|
+
{
|
|
9980
|
+
"abstract": true,
|
|
9981
|
+
"docs": {
|
|
9982
|
+
"custom": {
|
|
9983
|
+
"featured": "true"
|
|
9984
|
+
},
|
|
9985
|
+
"stability": "experimental",
|
|
9986
|
+
"summary": "Which AWS CDK modules (those that start with \"@aws-cdk/\") this app uses."
|
|
9987
|
+
},
|
|
9988
|
+
"immutable": true,
|
|
9989
|
+
"locationInModule": {
|
|
9990
|
+
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
9991
|
+
"line": 34
|
|
9992
|
+
},
|
|
9993
|
+
"name": "cdkDependencies",
|
|
9994
|
+
"optional": true,
|
|
9995
|
+
"type": {
|
|
9996
|
+
"collection": {
|
|
9997
|
+
"elementtype": {
|
|
9998
|
+
"primitive": "string"
|
|
9999
|
+
},
|
|
10000
|
+
"kind": "array"
|
|
10001
|
+
}
|
|
10002
|
+
}
|
|
10003
|
+
},
|
|
10004
|
+
{
|
|
10005
|
+
"abstract": true,
|
|
10006
|
+
"docs": {
|
|
10007
|
+
"default": "false",
|
|
10008
|
+
"remarks": "You can use this to prevent yarn to mix versions for your CDK dependencies and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
|
|
10009
|
+
"stability": "experimental",
|
|
10010
|
+
"summary": "Use pinned version instead of caret version for CDK."
|
|
10011
|
+
},
|
|
10012
|
+
"immutable": true,
|
|
10013
|
+
"locationInModule": {
|
|
10014
|
+
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10015
|
+
"line": 28
|
|
10016
|
+
},
|
|
10017
|
+
"name": "cdkVersionPinning",
|
|
10018
|
+
"optional": true,
|
|
10019
|
+
"type": {
|
|
10020
|
+
"primitive": "boolean"
|
|
10021
|
+
}
|
|
10022
|
+
},
|
|
10197
10023
|
{
|
|
10198
10024
|
"abstract": true,
|
|
10199
10025
|
"docs": {
|
|
@@ -10204,7 +10030,7 @@
|
|
|
10204
10030
|
"immutable": true,
|
|
10205
10031
|
"locationInModule": {
|
|
10206
10032
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10207
|
-
"line":
|
|
10033
|
+
"line": 51
|
|
10208
10034
|
},
|
|
10209
10035
|
"name": "lambdaAutoDiscover",
|
|
10210
10036
|
"optional": true,
|
|
@@ -10222,7 +10048,7 @@
|
|
|
10222
10048
|
"immutable": true,
|
|
10223
10049
|
"locationInModule": {
|
|
10224
10050
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
10225
|
-
"line":
|
|
10051
|
+
"line": 58
|
|
10226
10052
|
},
|
|
10227
10053
|
"name": "lambdaOptions",
|
|
10228
10054
|
"optional": true,
|
|
@@ -10629,7 +10455,7 @@
|
|
|
10629
10455
|
},
|
|
10630
10456
|
"locationInModule": {
|
|
10631
10457
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10632
|
-
"line":
|
|
10458
|
+
"line": 129
|
|
10633
10459
|
},
|
|
10634
10460
|
"parameters": [
|
|
10635
10461
|
{
|
|
@@ -10643,7 +10469,7 @@
|
|
|
10643
10469
|
"kind": "class",
|
|
10644
10470
|
"locationInModule": {
|
|
10645
10471
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10646
|
-
"line":
|
|
10472
|
+
"line": 257
|
|
10647
10473
|
},
|
|
10648
10474
|
"name": "ConstructLibraryAws",
|
|
10649
10475
|
"namespace": "awscdk",
|
|
@@ -10663,7 +10489,7 @@
|
|
|
10663
10489
|
"kind": "interface",
|
|
10664
10490
|
"locationInModule": {
|
|
10665
10491
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
10666
|
-
"line":
|
|
10492
|
+
"line": 254
|
|
10667
10493
|
},
|
|
10668
10494
|
"name": "ConstructLibraryAwsOptions",
|
|
10669
10495
|
"namespace": "awscdk",
|
|
@@ -10896,7 +10722,7 @@
|
|
|
10896
10722
|
},
|
|
10897
10723
|
"locationInModule": {
|
|
10898
10724
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10899
|
-
"line":
|
|
10725
|
+
"line": 92
|
|
10900
10726
|
},
|
|
10901
10727
|
"parameters": [
|
|
10902
10728
|
{
|
|
@@ -10922,7 +10748,7 @@
|
|
|
10922
10748
|
"kind": "class",
|
|
10923
10749
|
"locationInModule": {
|
|
10924
10750
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10925
|
-
"line":
|
|
10751
|
+
"line": 85
|
|
10926
10752
|
},
|
|
10927
10753
|
"name": "LambdaFunction",
|
|
10928
10754
|
"namespace": "awscdk",
|
|
@@ -10940,7 +10766,7 @@
|
|
|
10940
10766
|
"kind": "interface",
|
|
10941
10767
|
"locationInModule": {
|
|
10942
10768
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10943
|
-
"line":
|
|
10769
|
+
"line": 14
|
|
10944
10770
|
},
|
|
10945
10771
|
"name": "LambdaFunctionCommonOptions",
|
|
10946
10772
|
"namespace": "awscdk",
|
|
@@ -10956,7 +10782,7 @@
|
|
|
10956
10782
|
"immutable": true,
|
|
10957
10783
|
"locationInModule": {
|
|
10958
10784
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10959
|
-
"line":
|
|
10785
|
+
"line": 30
|
|
10960
10786
|
},
|
|
10961
10787
|
"name": "bundlingOptions",
|
|
10962
10788
|
"optional": true,
|
|
@@ -10974,7 +10800,7 @@
|
|
|
10974
10800
|
"immutable": true,
|
|
10975
10801
|
"locationInModule": {
|
|
10976
10802
|
"filename": "src/awscdk/lambda-function.ts",
|
|
10977
|
-
"line":
|
|
10803
|
+
"line": 20
|
|
10978
10804
|
},
|
|
10979
10805
|
"name": "runtime",
|
|
10980
10806
|
"optional": true,
|
|
@@ -10999,27 +10825,11 @@
|
|
|
10999
10825
|
"kind": "interface",
|
|
11000
10826
|
"locationInModule": {
|
|
11001
10827
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11002
|
-
"line":
|
|
10828
|
+
"line": 36
|
|
11003
10829
|
},
|
|
11004
10830
|
"name": "LambdaFunctionOptions",
|
|
11005
10831
|
"namespace": "awscdk",
|
|
11006
10832
|
"properties": [
|
|
11007
|
-
{
|
|
11008
|
-
"abstract": true,
|
|
11009
|
-
"docs": {
|
|
11010
|
-
"stability": "experimental",
|
|
11011
|
-
"summary": "AWS CDK dependency manager."
|
|
11012
|
-
},
|
|
11013
|
-
"immutable": true,
|
|
11014
|
-
"locationInModule": {
|
|
11015
|
-
"filename": "src/awscdk/lambda-function.ts",
|
|
11016
|
-
"line": 68
|
|
11017
|
-
},
|
|
11018
|
-
"name": "cdkDeps",
|
|
11019
|
-
"type": {
|
|
11020
|
-
"fqn": "projen.awscdk.AwsCdkDeps"
|
|
11021
|
-
}
|
|
11022
|
-
},
|
|
11023
10833
|
{
|
|
11024
10834
|
"abstract": true,
|
|
11025
10835
|
"docs": {
|
|
@@ -11031,7 +10841,7 @@
|
|
|
11031
10841
|
"immutable": true,
|
|
11032
10842
|
"locationInModule": {
|
|
11033
10843
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11034
|
-
"line":
|
|
10844
|
+
"line": 45
|
|
11035
10845
|
},
|
|
11036
10846
|
"name": "entrypoint",
|
|
11037
10847
|
"type": {
|
|
@@ -11049,7 +10859,7 @@
|
|
|
11049
10859
|
"immutable": true,
|
|
11050
10860
|
"locationInModule": {
|
|
11051
10861
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11052
|
-
"line":
|
|
10862
|
+
"line": 54
|
|
11053
10863
|
},
|
|
11054
10864
|
"name": "constructFile",
|
|
11055
10865
|
"optional": true,
|
|
@@ -11067,7 +10877,7 @@
|
|
|
11067
10877
|
"immutable": true,
|
|
11068
10878
|
"locationInModule": {
|
|
11069
10879
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11070
|
-
"line":
|
|
10880
|
+
"line": 62
|
|
11071
10881
|
},
|
|
11072
10882
|
"name": "constructName",
|
|
11073
10883
|
"optional": true,
|
|
@@ -11088,7 +10898,7 @@
|
|
|
11088
10898
|
"kind": "class",
|
|
11089
10899
|
"locationInModule": {
|
|
11090
10900
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11091
|
-
"line":
|
|
10901
|
+
"line": 179
|
|
11092
10902
|
},
|
|
11093
10903
|
"name": "LambdaRuntime",
|
|
11094
10904
|
"namespace": "awscdk",
|
|
@@ -11102,7 +10912,7 @@
|
|
|
11102
10912
|
"immutable": true,
|
|
11103
10913
|
"locationInModule": {
|
|
11104
10914
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11105
|
-
"line":
|
|
10915
|
+
"line": 183
|
|
11106
10916
|
},
|
|
11107
10917
|
"name": "NODEJS_10_X",
|
|
11108
10918
|
"static": true,
|
|
@@ -11119,7 +10929,7 @@
|
|
|
11119
10929
|
"immutable": true,
|
|
11120
10930
|
"locationInModule": {
|
|
11121
10931
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11122
|
-
"line":
|
|
10932
|
+
"line": 188
|
|
11123
10933
|
},
|
|
11124
10934
|
"name": "NODEJS_12_X",
|
|
11125
10935
|
"static": true,
|
|
@@ -11136,7 +10946,7 @@
|
|
|
11136
10946
|
"immutable": true,
|
|
11137
10947
|
"locationInModule": {
|
|
11138
10948
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11139
|
-
"line":
|
|
10949
|
+
"line": 193
|
|
11140
10950
|
},
|
|
11141
10951
|
"name": "NODEJS_14_X",
|
|
11142
10952
|
"static": true,
|
|
@@ -11151,7 +10961,7 @@
|
|
|
11151
10961
|
"immutable": true,
|
|
11152
10962
|
"locationInModule": {
|
|
11153
10963
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11154
|
-
"line":
|
|
10964
|
+
"line": 195
|
|
11155
10965
|
},
|
|
11156
10966
|
"name": "esbuildPlatform",
|
|
11157
10967
|
"type": {
|
|
@@ -11166,7 +10976,7 @@
|
|
|
11166
10976
|
"immutable": true,
|
|
11167
10977
|
"locationInModule": {
|
|
11168
10978
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11169
|
-
"line":
|
|
10979
|
+
"line": 206
|
|
11170
10980
|
},
|
|
11171
10981
|
"name": "esbuildTarget",
|
|
11172
10982
|
"type": {
|
|
@@ -11181,7 +10991,7 @@
|
|
|
11181
10991
|
"immutable": true,
|
|
11182
10992
|
"locationInModule": {
|
|
11183
10993
|
"filename": "src/awscdk/lambda-function.ts",
|
|
11184
|
-
"line":
|
|
10994
|
+
"line": 201
|
|
11185
10995
|
},
|
|
11186
10996
|
"name": "functionRuntime",
|
|
11187
10997
|
"type": {
|
|
@@ -35506,6 +35316,6 @@
|
|
|
35506
35316
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
35507
35317
|
}
|
|
35508
35318
|
},
|
|
35509
|
-
"version": "0.42.
|
|
35510
|
-
"fingerprint": "
|
|
35319
|
+
"version": "0.42.1",
|
|
35320
|
+
"fingerprint": "Q4ujZPzHV/81hiaUru68GymasTcAtauUNM0phyv4sho="
|
|
35511
35321
|
}
|