eoapi-cdk 8.3.2 → 9.0.0

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
@@ -4335,7 +4335,7 @@
4335
4335
  },
4336
4336
  "locationInModule": {
4337
4337
  "filename": "lib/stac-api/index.ts",
4338
- "line": 42
4338
+ "line": 166
4339
4339
  },
4340
4340
  "parameters": [
4341
4341
  {
@@ -4361,18 +4361,34 @@
4361
4361
  "kind": "class",
4362
4362
  "locationInModule": {
4363
4363
  "filename": "lib/stac-api/index.ts",
4364
- "line": 38
4364
+ "line": 150
4365
4365
  },
4366
4366
  "name": "PgStacApiLambda",
4367
4367
  "properties": [
4368
4368
  {
4369
4369
  "docs": {
4370
- "stability": "experimental"
4370
+ "stability": "experimental",
4371
+ "summary": "Lambda function for the STAC API."
4371
4372
  },
4372
4373
  "immutable": true,
4373
4374
  "locationInModule": {
4374
4375
  "filename": "lib/stac-api/index.ts",
4375
- "line": 39
4376
+ "line": 159
4377
+ },
4378
+ "name": "lambdaFunction",
4379
+ "type": {
4380
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
4381
+ }
4382
+ },
4383
+ {
4384
+ "docs": {
4385
+ "stability": "experimental",
4386
+ "summary": "URL for the STAC API."
4387
+ },
4388
+ "immutable": true,
4389
+ "locationInModule": {
4390
+ "filename": "lib/stac-api/index.ts",
4391
+ "line": 154
4376
4392
  },
4377
4393
  "name": "url",
4378
4394
  "type": {
@@ -4381,11 +4397,12 @@
4381
4397
  },
4382
4398
  {
4383
4399
  "docs": {
4384
- "stability": "experimental"
4400
+ "deprecated": "- use lambdaFunction instead",
4401
+ "stability": "deprecated"
4385
4402
  },
4386
4403
  "locationInModule": {
4387
4404
  "filename": "lib/stac-api/index.ts",
4388
- "line": 40
4405
+ "line": 164
4389
4406
  },
4390
4407
  "name": "stacApiLambdaFunction",
4391
4408
  "type": {
@@ -4402,12 +4419,130 @@
4402
4419
  "stability": "experimental"
4403
4420
  },
4404
4421
  "fqn": "eoapi-cdk.PgStacApiLambdaProps",
4422
+ "interfaces": [
4423
+ "eoapi-cdk.PgStacApiLambdaRuntimeProps"
4424
+ ],
4405
4425
  "kind": "interface",
4406
4426
  "locationInModule": {
4407
4427
  "filename": "lib/stac-api/index.ts",
4408
- "line": 140
4428
+ "line": 194
4409
4429
  },
4410
4430
  "name": "PgStacApiLambdaProps",
4431
+ "properties": [
4432
+ {
4433
+ "abstract": true,
4434
+ "docs": {
4435
+ "default": "- undefined",
4436
+ "remarks": "If defined, will create the domain name and integrate it with the STAC API.",
4437
+ "stability": "experimental",
4438
+ "summary": "Domain Name for the STAC API."
4439
+ },
4440
+ "immutable": true,
4441
+ "locationInModule": {
4442
+ "filename": "lib/stac-api/index.ts",
4443
+ "line": 200
4444
+ },
4445
+ "name": "domainName",
4446
+ "optional": true,
4447
+ "type": {
4448
+ "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
4449
+ }
4450
+ },
4451
+ {
4452
+ "abstract": true,
4453
+ "docs": {
4454
+ "default": "- undefined.",
4455
+ "deprecated": "Use 'domainName' instead.",
4456
+ "stability": "deprecated",
4457
+ "summary": "Custom Domain Name Options for STAC API."
4458
+ },
4459
+ "immutable": true,
4460
+ "locationInModule": {
4461
+ "filename": "lib/stac-api/index.ts",
4462
+ "line": 208
4463
+ },
4464
+ "name": "stacApiDomainName",
4465
+ "optional": true,
4466
+ "type": {
4467
+ "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
4468
+ }
4469
+ }
4470
+ ],
4471
+ "symbolId": "lib/stac-api/index:PgStacApiLambdaProps"
4472
+ },
4473
+ "eoapi-cdk.PgStacApiLambdaRuntime": {
4474
+ "assembly": "eoapi-cdk",
4475
+ "base": "constructs.Construct",
4476
+ "docs": {
4477
+ "stability": "experimental"
4478
+ },
4479
+ "fqn": "eoapi-cdk.PgStacApiLambdaRuntime",
4480
+ "initializer": {
4481
+ "docs": {
4482
+ "stability": "experimental"
4483
+ },
4484
+ "locationInModule": {
4485
+ "filename": "lib/stac-api/index.ts",
4486
+ "line": 41
4487
+ },
4488
+ "parameters": [
4489
+ {
4490
+ "name": "scope",
4491
+ "type": {
4492
+ "fqn": "constructs.Construct"
4493
+ }
4494
+ },
4495
+ {
4496
+ "name": "id",
4497
+ "type": {
4498
+ "primitive": "string"
4499
+ }
4500
+ },
4501
+ {
4502
+ "name": "props",
4503
+ "type": {
4504
+ "fqn": "eoapi-cdk.PgStacApiLambdaRuntimeProps"
4505
+ }
4506
+ }
4507
+ ]
4508
+ },
4509
+ "kind": "class",
4510
+ "locationInModule": {
4511
+ "filename": "lib/stac-api/index.ts",
4512
+ "line": 38
4513
+ },
4514
+ "name": "PgStacApiLambdaRuntime",
4515
+ "properties": [
4516
+ {
4517
+ "docs": {
4518
+ "stability": "experimental"
4519
+ },
4520
+ "immutable": true,
4521
+ "locationInModule": {
4522
+ "filename": "lib/stac-api/index.ts",
4523
+ "line": 39
4524
+ },
4525
+ "name": "lambdaFunction",
4526
+ "type": {
4527
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
4528
+ }
4529
+ }
4530
+ ],
4531
+ "symbolId": "lib/stac-api/index:PgStacApiLambdaRuntime"
4532
+ },
4533
+ "eoapi-cdk.PgStacApiLambdaRuntimeProps": {
4534
+ "assembly": "eoapi-cdk",
4535
+ "datatype": true,
4536
+ "docs": {
4537
+ "stability": "experimental"
4538
+ },
4539
+ "fqn": "eoapi-cdk.PgStacApiLambdaRuntimeProps",
4540
+ "kind": "interface",
4541
+ "locationInModule": {
4542
+ "filename": "lib/stac-api/index.ts",
4543
+ "line": 109
4544
+ },
4545
+ "name": "PgStacApiLambdaRuntimeProps",
4411
4546
  "properties": [
4412
4547
  {
4413
4548
  "abstract": true,
@@ -4418,7 +4553,7 @@
4418
4553
  "immutable": true,
4419
4554
  "locationInModule": {
4420
4555
  "filename": "lib/stac-api/index.ts",
4421
- "line": 149
4556
+ "line": 118
4422
4557
  },
4423
4558
  "name": "db",
4424
4559
  "type": {
@@ -4443,7 +4578,7 @@
4443
4578
  "immutable": true,
4444
4579
  "locationInModule": {
4445
4580
  "filename": "lib/stac-api/index.ts",
4446
- "line": 159
4581
+ "line": 128
4447
4582
  },
4448
4583
  "name": "dbSecret",
4449
4584
  "type": {
@@ -4459,7 +4594,7 @@
4459
4594
  "immutable": true,
4460
4595
  "locationInModule": {
4461
4596
  "filename": "lib/stac-api/index.ts",
4462
- "line": 164
4597
+ "line": 133
4463
4598
  },
4464
4599
  "name": "apiEnv",
4465
4600
  "optional": true,
@@ -4475,14 +4610,14 @@
4475
4610
  {
4476
4611
  "abstract": true,
4477
4612
  "docs": {
4478
- "default": "- query, sort, fields, filter, free_text, pagniation, collection_search",
4613
+ "default": "- query, sort, fields, filter, free_text, pagination, collection_search",
4479
4614
  "stability": "experimental",
4480
4615
  "summary": "List of STAC API extensions to enable."
4481
4616
  },
4482
4617
  "immutable": true,
4483
4618
  "locationInModule": {
4484
4619
  "filename": "lib/stac-api/index.ts",
4485
- "line": 176
4620
+ "line": 140
4486
4621
  },
4487
4622
  "name": "enabledExtensions",
4488
4623
  "optional": true,
@@ -4505,7 +4640,7 @@
4505
4640
  "immutable": true,
4506
4641
  "locationInModule": {
4507
4642
  "filename": "lib/stac-api/index.ts",
4508
- "line": 183
4643
+ "line": 147
4509
4644
  },
4510
4645
  "name": "lambdaFunctionOptions",
4511
4646
  "optional": true,
@@ -4513,23 +4648,6 @@
4513
4648
  "primitive": "any"
4514
4649
  }
4515
4650
  },
4516
- {
4517
- "abstract": true,
4518
- "docs": {
4519
- "stability": "experimental",
4520
- "summary": "Custom Domain Name Options for STAC API,."
4521
- },
4522
- "immutable": true,
4523
- "locationInModule": {
4524
- "filename": "lib/stac-api/index.ts",
4525
- "line": 169
4526
- },
4527
- "name": "stacApiDomainName",
4528
- "optional": true,
4529
- "type": {
4530
- "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
4531
- }
4532
- },
4533
4651
  {
4534
4652
  "abstract": true,
4535
4653
  "docs": {
@@ -4539,7 +4657,7 @@
4539
4657
  "immutable": true,
4540
4658
  "locationInModule": {
4541
4659
  "filename": "lib/stac-api/index.ts",
4542
- "line": 154
4660
+ "line": 123
4543
4661
  },
4544
4662
  "name": "subnetSelection",
4545
4663
  "optional": true,
@@ -4556,7 +4674,7 @@
4556
4674
  "immutable": true,
4557
4675
  "locationInModule": {
4558
4676
  "filename": "lib/stac-api/index.ts",
4559
- "line": 144
4677
+ "line": 113
4560
4678
  },
4561
4679
  "name": "vpc",
4562
4680
  "optional": true,
@@ -4565,7 +4683,7 @@
4565
4683
  }
4566
4684
  }
4567
4685
  ],
4568
- "symbolId": "lib/stac-api/index:PgStacApiLambdaProps"
4686
+ "symbolId": "lib/stac-api/index:PgStacApiLambdaRuntimeProps"
4569
4687
  },
4570
4688
  "eoapi-cdk.PgStacDatabase": {
4571
4689
  "assembly": "eoapi-cdk",
@@ -6193,7 +6311,7 @@
6193
6311
  },
6194
6312
  "locationInModule": {
6195
6313
  "filename": "lib/tipg-api/index.ts",
6196
- "line": 21
6314
+ "line": 109
6197
6315
  },
6198
6316
  "parameters": [
6199
6317
  {
@@ -6219,18 +6337,34 @@
6219
6337
  "kind": "class",
6220
6338
  "locationInModule": {
6221
6339
  "filename": "lib/tipg-api/index.ts",
6222
- "line": 17
6340
+ "line": 93
6223
6341
  },
6224
6342
  "name": "TiPgApiLambda",
6225
6343
  "properties": [
6226
6344
  {
6227
6345
  "docs": {
6228
- "stability": "experimental"
6346
+ "stability": "experimental",
6347
+ "summary": "Lambda function for the TiPg API."
6229
6348
  },
6230
6349
  "immutable": true,
6231
6350
  "locationInModule": {
6232
6351
  "filename": "lib/tipg-api/index.ts",
6233
- "line": 18
6352
+ "line": 102
6353
+ },
6354
+ "name": "lambdaFunction",
6355
+ "type": {
6356
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
6357
+ }
6358
+ },
6359
+ {
6360
+ "docs": {
6361
+ "stability": "experimental",
6362
+ "summary": "URL for the TiPg API."
6363
+ },
6364
+ "immutable": true,
6365
+ "locationInModule": {
6366
+ "filename": "lib/tipg-api/index.ts",
6367
+ "line": 97
6234
6368
  },
6235
6369
  "name": "url",
6236
6370
  "type": {
@@ -6239,11 +6373,12 @@
6239
6373
  },
6240
6374
  {
6241
6375
  "docs": {
6242
- "stability": "experimental"
6376
+ "deprecated": "- use lambdaFunction instead",
6377
+ "stability": "deprecated"
6243
6378
  },
6244
6379
  "locationInModule": {
6245
6380
  "filename": "lib/tipg-api/index.ts",
6246
- "line": 19
6381
+ "line": 107
6247
6382
  },
6248
6383
  "name": "tiPgLambdaFunction",
6249
6384
  "type": {
@@ -6260,163 +6395,131 @@
6260
6395
  "stability": "experimental"
6261
6396
  },
6262
6397
  "fqn": "eoapi-cdk.TiPgApiLambdaProps",
6398
+ "interfaces": [
6399
+ "eoapi-cdk.TiPgApiLambdaRuntimeProps"
6400
+ ],
6263
6401
  "kind": "interface",
6264
6402
  "locationInModule": {
6265
6403
  "filename": "lib/tipg-api/index.ts",
6266
- "line": 91
6404
+ "line": 136
6267
6405
  },
6268
6406
  "name": "TiPgApiLambdaProps",
6269
6407
  "properties": [
6270
6408
  {
6271
6409
  "abstract": true,
6272
6410
  "docs": {
6411
+ "default": "- undefined",
6412
+ "remarks": "If defined, will create the domain name and integrate it with the TiPg API.",
6273
6413
  "stability": "experimental",
6274
- "summary": "RDS Instance with installed pgSTAC or pgbouncer server."
6414
+ "summary": "Domain Name for the TiPg API."
6275
6415
  },
6276
6416
  "immutable": true,
6277
6417
  "locationInModule": {
6278
6418
  "filename": "lib/tipg-api/index.ts",
6279
- "line": 100
6419
+ "line": 142
6280
6420
  },
6281
- "name": "db",
6421
+ "name": "domainName",
6422
+ "optional": true,
6282
6423
  "type": {
6283
- "union": {
6284
- "types": [
6285
- {
6286
- "fqn": "aws-cdk-lib.aws_rds.IDatabaseInstance"
6287
- },
6288
- {
6289
- "fqn": "aws-cdk-lib.aws_ec2.IInstance"
6290
- }
6291
- ]
6292
- }
6424
+ "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
6293
6425
  }
6294
6426
  },
6295
6427
  {
6296
6428
  "abstract": true,
6297
6429
  "docs": {
6298
- "stability": "experimental",
6299
- "summary": "Secret containing connection information for pgSTAC database."
6430
+ "default": "- undefined",
6431
+ "deprecated": "Use 'domainName' instead.",
6432
+ "remarks": "If defined, will create the\ndomain name and integrate it with the tipg API.",
6433
+ "stability": "deprecated",
6434
+ "summary": "Custom Domain Name for tipg API."
6300
6435
  },
6301
6436
  "immutable": true,
6302
6437
  "locationInModule": {
6303
6438
  "filename": "lib/tipg-api/index.ts",
6304
- "line": 110
6439
+ "line": 151
6305
6440
  },
6306
- "name": "dbSecret",
6441
+ "name": "tipgApiDomainName",
6442
+ "optional": true,
6307
6443
  "type": {
6308
- "fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
6444
+ "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
6309
6445
  }
6446
+ }
6447
+ ],
6448
+ "symbolId": "lib/tipg-api/index:TiPgApiLambdaProps"
6449
+ },
6450
+ "eoapi-cdk.TiPgApiLambdaRuntime": {
6451
+ "assembly": "eoapi-cdk",
6452
+ "base": "constructs.Construct",
6453
+ "docs": {
6454
+ "stability": "experimental"
6455
+ },
6456
+ "fqn": "eoapi-cdk.TiPgApiLambdaRuntime",
6457
+ "initializer": {
6458
+ "docs": {
6459
+ "stability": "experimental"
6310
6460
  },
6311
- {
6312
- "abstract": true,
6313
- "docs": {
6314
- "stability": "experimental",
6315
- "summary": "Customized environment variables to send to titiler-pgstac runtime."
6461
+ "locationInModule": {
6462
+ "filename": "lib/tipg-api/index.ts",
6463
+ "line": 20
6464
+ },
6465
+ "parameters": [
6466
+ {
6467
+ "name": "scope",
6468
+ "type": {
6469
+ "fqn": "constructs.Construct"
6470
+ }
6316
6471
  },
6317
- "immutable": true,
6318
- "locationInModule": {
6319
- "filename": "lib/tipg-api/index.ts",
6320
- "line": 115
6472
+ {
6473
+ "name": "id",
6474
+ "type": {
6475
+ "primitive": "string"
6476
+ }
6321
6477
  },
6322
- "name": "apiEnv",
6323
- "optional": true,
6324
- "type": {
6325
- "collection": {
6326
- "elementtype": {
6327
- "primitive": "string"
6328
- },
6329
- "kind": "map"
6478
+ {
6479
+ "name": "props",
6480
+ "type": {
6481
+ "fqn": "eoapi-cdk.TiPgApiLambdaRuntimeProps"
6330
6482
  }
6331
6483
  }
6332
- },
6484
+ ]
6485
+ },
6486
+ "kind": "class",
6487
+ "locationInModule": {
6488
+ "filename": "lib/tipg-api/index.ts",
6489
+ "line": 17
6490
+ },
6491
+ "name": "TiPgApiLambdaRuntime",
6492
+ "properties": [
6333
6493
  {
6334
- "abstract": true,
6335
6494
  "docs": {
6336
- "default": "- defined in the construct.",
6337
- "stability": "experimental",
6338
- "summary": "Can be used to override the default lambda function properties."
6495
+ "stability": "experimental"
6339
6496
  },
6340
6497
  "immutable": true,
6341
6498
  "locationInModule": {
6342
6499
  "filename": "lib/tipg-api/index.ts",
6343
- "line": 130
6500
+ "line": 18
6344
6501
  },
6345
- "name": "lambdaFunctionOptions",
6346
- "optional": true,
6347
- "type": {
6348
- "primitive": "any"
6349
- }
6350
- },
6351
- {
6352
- "abstract": true,
6353
- "docs": {
6354
- "stability": "experimental",
6355
- "summary": "Subnet into which the lambda should be deployed."
6356
- },
6357
- "immutable": true,
6358
- "locationInModule": {
6359
- "filename": "lib/tipg-api/index.ts",
6360
- "line": 105
6361
- },
6362
- "name": "subnetSelection",
6363
- "optional": true,
6364
- "type": {
6365
- "fqn": "aws-cdk-lib.aws_ec2.SubnetSelection"
6366
- }
6367
- },
6368
- {
6369
- "abstract": true,
6370
- "docs": {
6371
- "default": "- undefined",
6372
- "remarks": "If defined, will create the\ndomain name and integrate it with the tipg API.",
6373
- "stability": "experimental",
6374
- "summary": "Custom Domain Name for tipg API."
6375
- },
6376
- "immutable": true,
6377
- "locationInModule": {
6378
- "filename": "lib/tipg-api/index.ts",
6379
- "line": 123
6380
- },
6381
- "name": "tipgApiDomainName",
6382
- "optional": true,
6383
- "type": {
6384
- "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
6385
- }
6386
- },
6387
- {
6388
- "abstract": true,
6389
- "docs": {
6390
- "stability": "experimental",
6391
- "summary": "VPC into which the lambda should be deployed."
6392
- },
6393
- "immutable": true,
6394
- "locationInModule": {
6395
- "filename": "lib/tipg-api/index.ts",
6396
- "line": 95
6397
- },
6398
- "name": "vpc",
6399
- "optional": true,
6502
+ "name": "lambdaFunction",
6400
6503
  "type": {
6401
- "fqn": "aws-cdk-lib.aws_ec2.IVpc"
6504
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
6402
6505
  }
6403
6506
  }
6404
6507
  ],
6405
- "symbolId": "lib/tipg-api/index:TiPgApiLambdaProps"
6508
+ "symbolId": "lib/tipg-api/index:TiPgApiLambdaRuntime"
6406
6509
  },
6407
- "eoapi-cdk.TitilerPgStacApiLambdaProps": {
6510
+ "eoapi-cdk.TiPgApiLambdaRuntimeProps": {
6408
6511
  "assembly": "eoapi-cdk",
6409
6512
  "datatype": true,
6410
6513
  "docs": {
6411
6514
  "stability": "experimental"
6412
6515
  },
6413
- "fqn": "eoapi-cdk.TitilerPgStacApiLambdaProps",
6516
+ "fqn": "eoapi-cdk.TiPgApiLambdaRuntimeProps",
6414
6517
  "kind": "interface",
6415
6518
  "locationInModule": {
6416
- "filename": "lib/titiler-pgstac-api/index.ts",
6417
- "line": 114
6519
+ "filename": "lib/tipg-api/index.ts",
6520
+ "line": 59
6418
6521
  },
6419
- "name": "TitilerPgStacApiLambdaProps",
6522
+ "name": "TiPgApiLambdaRuntimeProps",
6420
6523
  "properties": [
6421
6524
  {
6422
6525
  "abstract": true,
@@ -6426,8 +6529,8 @@
6426
6529
  },
6427
6530
  "immutable": true,
6428
6531
  "locationInModule": {
6429
- "filename": "lib/titiler-pgstac-api/index.ts",
6430
- "line": 123
6532
+ "filename": "lib/tipg-api/index.ts",
6533
+ "line": 68
6431
6534
  },
6432
6535
  "name": "db",
6433
6536
  "type": {
@@ -6451,8 +6554,8 @@
6451
6554
  },
6452
6555
  "immutable": true,
6453
6556
  "locationInModule": {
6454
- "filename": "lib/titiler-pgstac-api/index.ts",
6455
- "line": 133
6557
+ "filename": "lib/tipg-api/index.ts",
6558
+ "line": 78
6456
6559
  },
6457
6560
  "name": "dbSecret",
6458
6561
  "type": {
@@ -6462,14 +6565,13 @@
6462
6565
  {
6463
6566
  "abstract": true,
6464
6567
  "docs": {
6465
- "remarks": "These will be merged with `defaultTitilerPgstacEnv`.\nThe database secret arn is automatically added to the environment variables at deployment.\n/",
6466
6568
  "stability": "experimental",
6467
6569
  "summary": "Customized environment variables to send to titiler-pgstac runtime."
6468
6570
  },
6469
6571
  "immutable": true,
6470
6572
  "locationInModule": {
6471
- "filename": "lib/titiler-pgstac-api/index.ts",
6472
- "line": 139
6573
+ "filename": "lib/tipg-api/index.ts",
6574
+ "line": 83
6473
6575
  },
6474
6576
  "name": "apiEnv",
6475
6577
  "optional": true,
@@ -6485,73 +6587,179 @@
6485
6587
  {
6486
6588
  "abstract": true,
6487
6589
  "docs": {
6590
+ "default": "- defined in the construct.",
6488
6591
  "stability": "experimental",
6489
- "summary": "list of buckets the lambda will be granted access to."
6592
+ "summary": "Can be used to override the default lambda function properties."
6490
6593
  },
6491
6594
  "immutable": true,
6492
6595
  "locationInModule": {
6493
- "filename": "lib/titiler-pgstac-api/index.ts",
6494
- "line": 144
6596
+ "filename": "lib/tipg-api/index.ts",
6597
+ "line": 90
6495
6598
  },
6496
- "name": "buckets",
6599
+ "name": "lambdaFunctionOptions",
6497
6600
  "optional": true,
6498
6601
  "type": {
6499
- "collection": {
6500
- "elementtype": {
6501
- "primitive": "string"
6502
- },
6503
- "kind": "array"
6504
- }
6602
+ "primitive": "any"
6505
6603
  }
6506
6604
  },
6507
6605
  {
6508
6606
  "abstract": true,
6509
6607
  "docs": {
6510
- "default": "- defined in the construct.",
6511
6608
  "stability": "experimental",
6512
- "summary": "Can be used to override the default lambda function properties."
6609
+ "summary": "Subnet into which the lambda should be deployed."
6513
6610
  },
6514
6611
  "immutable": true,
6515
6612
  "locationInModule": {
6516
- "filename": "lib/titiler-pgstac-api/index.ts",
6517
- "line": 158
6613
+ "filename": "lib/tipg-api/index.ts",
6614
+ "line": 73
6518
6615
  },
6519
- "name": "lambdaFunctionOptions",
6616
+ "name": "subnetSelection",
6520
6617
  "optional": true,
6521
6618
  "type": {
6522
- "primitive": "any"
6619
+ "fqn": "aws-cdk-lib.aws_ec2.SubnetSelection"
6523
6620
  }
6524
6621
  },
6525
6622
  {
6526
6623
  "abstract": true,
6527
6624
  "docs": {
6528
6625
  "stability": "experimental",
6529
- "summary": "Subnet into which the lambda should be deployed."
6626
+ "summary": "VPC into which the lambda should be deployed."
6530
6627
  },
6531
6628
  "immutable": true,
6532
6629
  "locationInModule": {
6533
- "filename": "lib/titiler-pgstac-api/index.ts",
6534
- "line": 128
6630
+ "filename": "lib/tipg-api/index.ts",
6631
+ "line": 63
6535
6632
  },
6536
- "name": "subnetSelection",
6633
+ "name": "vpc",
6537
6634
  "optional": true,
6538
6635
  "type": {
6539
- "fqn": "aws-cdk-lib.aws_ec2.SubnetSelection"
6636
+ "fqn": "aws-cdk-lib.aws_ec2.IVpc"
6637
+ }
6638
+ }
6639
+ ],
6640
+ "symbolId": "lib/tipg-api/index:TiPgApiLambdaRuntimeProps"
6641
+ },
6642
+ "eoapi-cdk.TitilerPgstacApiLambda": {
6643
+ "assembly": "eoapi-cdk",
6644
+ "base": "constructs.Construct",
6645
+ "docs": {
6646
+ "stability": "experimental"
6647
+ },
6648
+ "fqn": "eoapi-cdk.TitilerPgstacApiLambda",
6649
+ "initializer": {
6650
+ "docs": {
6651
+ "stability": "experimental"
6652
+ },
6653
+ "locationInModule": {
6654
+ "filename": "lib/titiler-pgstac-api/index.ts",
6655
+ "line": 147
6656
+ },
6657
+ "parameters": [
6658
+ {
6659
+ "name": "scope",
6660
+ "type": {
6661
+ "fqn": "constructs.Construct"
6662
+ }
6663
+ },
6664
+ {
6665
+ "name": "id",
6666
+ "type": {
6667
+ "primitive": "string"
6668
+ }
6669
+ },
6670
+ {
6671
+ "name": "props",
6672
+ "type": {
6673
+ "fqn": "eoapi-cdk.TitilerPgstacApiLambdaProps"
6674
+ }
6675
+ }
6676
+ ]
6677
+ },
6678
+ "kind": "class",
6679
+ "locationInModule": {
6680
+ "filename": "lib/titiler-pgstac-api/index.ts",
6681
+ "line": 131
6682
+ },
6683
+ "name": "TitilerPgstacApiLambda",
6684
+ "properties": [
6685
+ {
6686
+ "docs": {
6687
+ "stability": "experimental",
6688
+ "summary": "Lambda function for the Titiler Pgstac API."
6689
+ },
6690
+ "immutable": true,
6691
+ "locationInModule": {
6692
+ "filename": "lib/titiler-pgstac-api/index.ts",
6693
+ "line": 140
6694
+ },
6695
+ "name": "lambdaFunction",
6696
+ "type": {
6697
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
6540
6698
  }
6541
6699
  },
6700
+ {
6701
+ "docs": {
6702
+ "stability": "experimental",
6703
+ "summary": "URL for the Titiler Pgstac API."
6704
+ },
6705
+ "immutable": true,
6706
+ "locationInModule": {
6707
+ "filename": "lib/titiler-pgstac-api/index.ts",
6708
+ "line": 135
6709
+ },
6710
+ "name": "url",
6711
+ "type": {
6712
+ "primitive": "string"
6713
+ }
6714
+ },
6715
+ {
6716
+ "docs": {
6717
+ "deprecated": "- use lambdaFunction instead",
6718
+ "stability": "deprecated"
6719
+ },
6720
+ "locationInModule": {
6721
+ "filename": "lib/titiler-pgstac-api/index.ts",
6722
+ "line": 145
6723
+ },
6724
+ "name": "titilerPgstacLambdaFunction",
6725
+ "type": {
6726
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
6727
+ }
6728
+ }
6729
+ ],
6730
+ "symbolId": "lib/titiler-pgstac-api/index:TitilerPgstacApiLambda"
6731
+ },
6732
+ "eoapi-cdk.TitilerPgstacApiLambdaProps": {
6733
+ "assembly": "eoapi-cdk",
6734
+ "datatype": true,
6735
+ "docs": {
6736
+ "stability": "experimental"
6737
+ },
6738
+ "fqn": "eoapi-cdk.TitilerPgstacApiLambdaProps",
6739
+ "interfaces": [
6740
+ "eoapi-cdk.TitilerPgstacApiLambdaRuntimeProps"
6741
+ ],
6742
+ "kind": "interface",
6743
+ "locationInModule": {
6744
+ "filename": "lib/titiler-pgstac-api/index.ts",
6745
+ "line": 180
6746
+ },
6747
+ "name": "TitilerPgstacApiLambdaProps",
6748
+ "properties": [
6542
6749
  {
6543
6750
  "abstract": true,
6544
6751
  "docs": {
6545
6752
  "default": "- undefined.",
6753
+ "remarks": "If defined, will create the domain name and integrate it with the Titiler Pgstac API.",
6546
6754
  "stability": "experimental",
6547
- "summary": "Custom Domain Name Options for Titiler Pgstac API,."
6755
+ "summary": "Domain Name for the Titiler Pgstac API."
6548
6756
  },
6549
6757
  "immutable": true,
6550
6758
  "locationInModule": {
6551
6759
  "filename": "lib/titiler-pgstac-api/index.ts",
6552
- "line": 151
6760
+ "line": 187
6553
6761
  },
6554
- "name": "titilerPgstacApiDomainName",
6762
+ "name": "domainName",
6555
6763
  "optional": true,
6556
6764
  "type": {
6557
6765
  "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
@@ -6560,37 +6768,39 @@
6560
6768
  {
6561
6769
  "abstract": true,
6562
6770
  "docs": {
6563
- "stability": "experimental",
6564
- "summary": "VPC into which the lambda should be deployed."
6771
+ "default": "- undefined.",
6772
+ "deprecated": "Use 'domainName' instead.",
6773
+ "stability": "deprecated",
6774
+ "summary": "Custom Domain Name Options for Titiler Pgstac API,."
6565
6775
  },
6566
6776
  "immutable": true,
6567
6777
  "locationInModule": {
6568
6778
  "filename": "lib/titiler-pgstac-api/index.ts",
6569
- "line": 118
6779
+ "line": 195
6570
6780
  },
6571
- "name": "vpc",
6781
+ "name": "titilerPgstacApiDomainName",
6572
6782
  "optional": true,
6573
6783
  "type": {
6574
- "fqn": "aws-cdk-lib.aws_ec2.IVpc"
6784
+ "fqn": "aws-cdk-lib.aws_apigatewayv2.IDomainName"
6575
6785
  }
6576
6786
  }
6577
6787
  ],
6578
- "symbolId": "lib/titiler-pgstac-api/index:TitilerPgStacApiLambdaProps"
6788
+ "symbolId": "lib/titiler-pgstac-api/index:TitilerPgstacApiLambdaProps"
6579
6789
  },
6580
- "eoapi-cdk.TitilerPgstacApiLambda": {
6790
+ "eoapi-cdk.TitilerPgstacApiLambdaRuntime": {
6581
6791
  "assembly": "eoapi-cdk",
6582
6792
  "base": "constructs.Construct",
6583
6793
  "docs": {
6584
6794
  "stability": "experimental"
6585
6795
  },
6586
- "fqn": "eoapi-cdk.TitilerPgstacApiLambda",
6796
+ "fqn": "eoapi-cdk.TitilerPgstacApiLambdaRuntime",
6587
6797
  "initializer": {
6588
6798
  "docs": {
6589
6799
  "stability": "experimental"
6590
6800
  },
6591
6801
  "locationInModule": {
6592
6802
  "filename": "lib/titiler-pgstac-api/index.ts",
6593
- "line": 38
6803
+ "line": 37
6594
6804
  },
6595
6805
  "parameters": [
6596
6806
  {
@@ -6608,7 +6818,7 @@
6608
6818
  {
6609
6819
  "name": "props",
6610
6820
  "type": {
6611
- "fqn": "eoapi-cdk.TitilerPgStacApiLambdaProps"
6821
+ "fqn": "eoapi-cdk.TitilerPgstacApiLambdaRuntimeProps"
6612
6822
  }
6613
6823
  }
6614
6824
  ]
@@ -6618,7 +6828,7 @@
6618
6828
  "filename": "lib/titiler-pgstac-api/index.ts",
6619
6829
  "line": 34
6620
6830
  },
6621
- "name": "TitilerPgstacApiLambda",
6831
+ "name": "TitilerPgstacApiLambdaRuntime",
6622
6832
  "properties": [
6623
6833
  {
6624
6834
  "docs": {
@@ -6629,28 +6839,170 @@
6629
6839
  "filename": "lib/titiler-pgstac-api/index.ts",
6630
6840
  "line": 35
6631
6841
  },
6632
- "name": "url",
6842
+ "name": "lambdaFunction",
6633
6843
  "type": {
6634
- "primitive": "string"
6844
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
6845
+ }
6846
+ }
6847
+ ],
6848
+ "symbolId": "lib/titiler-pgstac-api/index:TitilerPgstacApiLambdaRuntime"
6849
+ },
6850
+ "eoapi-cdk.TitilerPgstacApiLambdaRuntimeProps": {
6851
+ "assembly": "eoapi-cdk",
6852
+ "datatype": true,
6853
+ "docs": {
6854
+ "stability": "experimental"
6855
+ },
6856
+ "fqn": "eoapi-cdk.TitilerPgstacApiLambdaRuntimeProps",
6857
+ "kind": "interface",
6858
+ "locationInModule": {
6859
+ "filename": "lib/titiler-pgstac-api/index.ts",
6860
+ "line": 91
6861
+ },
6862
+ "name": "TitilerPgstacApiLambdaRuntimeProps",
6863
+ "properties": [
6864
+ {
6865
+ "abstract": true,
6866
+ "docs": {
6867
+ "stability": "experimental",
6868
+ "summary": "RDS Instance with installed pgSTAC or pgbouncer server."
6869
+ },
6870
+ "immutable": true,
6871
+ "locationInModule": {
6872
+ "filename": "lib/titiler-pgstac-api/index.ts",
6873
+ "line": 100
6874
+ },
6875
+ "name": "db",
6876
+ "type": {
6877
+ "union": {
6878
+ "types": [
6879
+ {
6880
+ "fqn": "aws-cdk-lib.aws_rds.IDatabaseInstance"
6881
+ },
6882
+ {
6883
+ "fqn": "aws-cdk-lib.aws_ec2.IInstance"
6884
+ }
6885
+ ]
6886
+ }
6635
6887
  }
6636
6888
  },
6637
6889
  {
6890
+ "abstract": true,
6638
6891
  "docs": {
6639
- "stability": "experimental"
6892
+ "stability": "experimental",
6893
+ "summary": "Secret containing connection information for pgSTAC database."
6640
6894
  },
6895
+ "immutable": true,
6641
6896
  "locationInModule": {
6642
6897
  "filename": "lib/titiler-pgstac-api/index.ts",
6643
- "line": 36
6898
+ "line": 110
6644
6899
  },
6645
- "name": "titilerPgstacLambdaFunction",
6900
+ "name": "dbSecret",
6646
6901
  "type": {
6647
- "fqn": "aws-cdk-lib.aws_lambda.Function"
6902
+ "fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
6903
+ }
6904
+ },
6905
+ {
6906
+ "abstract": true,
6907
+ "docs": {
6908
+ "remarks": "These will be merged with `defaultTitilerPgstacEnv`.\nThe database secret arn is automatically added to the environment variables at deployment.",
6909
+ "stability": "experimental",
6910
+ "summary": "Customized environment variables to send to titiler-pgstac runtime."
6911
+ },
6912
+ "immutable": true,
6913
+ "locationInModule": {
6914
+ "filename": "lib/titiler-pgstac-api/index.ts",
6915
+ "line": 116
6916
+ },
6917
+ "name": "apiEnv",
6918
+ "optional": true,
6919
+ "type": {
6920
+ "collection": {
6921
+ "elementtype": {
6922
+ "primitive": "string"
6923
+ },
6924
+ "kind": "map"
6925
+ }
6926
+ }
6927
+ },
6928
+ {
6929
+ "abstract": true,
6930
+ "docs": {
6931
+ "stability": "experimental",
6932
+ "summary": "list of buckets the lambda will be granted access to."
6933
+ },
6934
+ "immutable": true,
6935
+ "locationInModule": {
6936
+ "filename": "lib/titiler-pgstac-api/index.ts",
6937
+ "line": 121
6938
+ },
6939
+ "name": "buckets",
6940
+ "optional": true,
6941
+ "type": {
6942
+ "collection": {
6943
+ "elementtype": {
6944
+ "primitive": "string"
6945
+ },
6946
+ "kind": "array"
6947
+ }
6948
+ }
6949
+ },
6950
+ {
6951
+ "abstract": true,
6952
+ "docs": {
6953
+ "default": "- defined in the construct.",
6954
+ "stability": "experimental",
6955
+ "summary": "Can be used to override the default lambda function properties."
6956
+ },
6957
+ "immutable": true,
6958
+ "locationInModule": {
6959
+ "filename": "lib/titiler-pgstac-api/index.ts",
6960
+ "line": 128
6961
+ },
6962
+ "name": "lambdaFunctionOptions",
6963
+ "optional": true,
6964
+ "type": {
6965
+ "primitive": "any"
6966
+ }
6967
+ },
6968
+ {
6969
+ "abstract": true,
6970
+ "docs": {
6971
+ "stability": "experimental",
6972
+ "summary": "Subnet into which the lambda should be deployed."
6973
+ },
6974
+ "immutable": true,
6975
+ "locationInModule": {
6976
+ "filename": "lib/titiler-pgstac-api/index.ts",
6977
+ "line": 105
6978
+ },
6979
+ "name": "subnetSelection",
6980
+ "optional": true,
6981
+ "type": {
6982
+ "fqn": "aws-cdk-lib.aws_ec2.SubnetSelection"
6983
+ }
6984
+ },
6985
+ {
6986
+ "abstract": true,
6987
+ "docs": {
6988
+ "stability": "experimental",
6989
+ "summary": "VPC into which the lambda should be deployed."
6990
+ },
6991
+ "immutable": true,
6992
+ "locationInModule": {
6993
+ "filename": "lib/titiler-pgstac-api/index.ts",
6994
+ "line": 95
6995
+ },
6996
+ "name": "vpc",
6997
+ "optional": true,
6998
+ "type": {
6999
+ "fqn": "aws-cdk-lib.aws_ec2.IVpc"
6648
7000
  }
6649
7001
  }
6650
7002
  ],
6651
- "symbolId": "lib/titiler-pgstac-api/index:TitilerPgstacApiLambda"
7003
+ "symbolId": "lib/titiler-pgstac-api/index:TitilerPgstacApiLambdaRuntimeProps"
6652
7004
  }
6653
7005
  },
6654
- "version": "8.3.2",
6655
- "fingerprint": "czasx0hNGpkKCNYcflXhO6UdwTDCI60FzwKeDQPnZzA="
7006
+ "version": "9.0.0",
7007
+ "fingerprint": "rWVcusc/76m0TVHXJ/IR5bfiiKQUZeY/KF6Q6l79aHQ="
6656
7008
  }