eoapi-cdk 10.2.4 → 10.3.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 +186 -117
- package/lib/bastion-host/index.js +1 -1
- package/lib/database/index.js +6 -5
- package/lib/ingestor-api/index.js +8 -6
- package/lib/lambda-api-gateway/index.d.ts +1 -1
- package/lib/lambda-api-gateway/index.js +2 -2
- package/lib/lambda-api-gateway-private/index.js +1 -1
- package/lib/stac-api/index.d.ts +19 -0
- package/lib/stac-api/index.js +15 -7
- package/lib/stac-api/runtime/src/handler.py +83 -2
- package/lib/stac-auth-proxy/index.js +7 -5
- package/lib/stac-browser/index.js +1 -1
- package/lib/stac-loader/index.js +7 -5
- package/lib/stactools-item-generator/index.js +1 -1
- package/lib/tipg-api/index.d.ts +19 -0
- package/lib/tipg-api/index.js +15 -7
- package/lib/tipg-api/runtime/src/handler.py +72 -0
- package/lib/titiler-pgstac-api/index.d.ts +19 -0
- package/lib/titiler-pgstac-api/index.js +15 -7
- package/lib/titiler-pgstac-api/runtime/src/handler.py +57 -0
- package/lib/utils/index.d.ts +10 -0
- package/lib/utils/index.js +21 -1
- package/package.json +9 -9
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"aws-cdk-lib": "^2.190.0",
|
|
11
|
-
"constructs": "^10.
|
|
11
|
+
"constructs": "^10.4.2"
|
|
12
12
|
},
|
|
13
13
|
"dependencyClosure": {
|
|
14
14
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -3951,7 +3951,7 @@
|
|
|
3951
3951
|
"stability": "experimental"
|
|
3952
3952
|
},
|
|
3953
3953
|
"homepage": "https://github.com/developmentseed/eoapi-cdk.git",
|
|
3954
|
-
"jsiiVersion": "5.
|
|
3954
|
+
"jsiiVersion": "5.9.6 (build 4ea0b82)",
|
|
3955
3955
|
"keywords": [],
|
|
3956
3956
|
"license": "ISC",
|
|
3957
3957
|
"metadata": {
|
|
@@ -4170,7 +4170,7 @@
|
|
|
4170
4170
|
"kind": "interface",
|
|
4171
4171
|
"locationInModule": {
|
|
4172
4172
|
"filename": "lib/database/index.ts",
|
|
4173
|
-
"line":
|
|
4173
|
+
"line": 342
|
|
4174
4174
|
},
|
|
4175
4175
|
"name": "DatabaseParameters",
|
|
4176
4176
|
"properties": [
|
|
@@ -4183,7 +4183,7 @@
|
|
|
4183
4183
|
"immutable": true,
|
|
4184
4184
|
"locationInModule": {
|
|
4185
4185
|
"filename": "lib/database/index.ts",
|
|
4186
|
-
"line":
|
|
4186
|
+
"line": 358
|
|
4187
4187
|
},
|
|
4188
4188
|
"name": "effectiveCacheSize",
|
|
4189
4189
|
"type": {
|
|
@@ -4199,7 +4199,7 @@
|
|
|
4199
4199
|
"immutable": true,
|
|
4200
4200
|
"locationInModule": {
|
|
4201
4201
|
"filename": "lib/database/index.ts",
|
|
4202
|
-
"line":
|
|
4202
|
+
"line": 368
|
|
4203
4203
|
},
|
|
4204
4204
|
"name": "maintenanceWorkMem",
|
|
4205
4205
|
"type": {
|
|
@@ -4215,7 +4215,7 @@
|
|
|
4215
4215
|
"immutable": true,
|
|
4216
4216
|
"locationInModule": {
|
|
4217
4217
|
"filename": "lib/database/index.ts",
|
|
4218
|
-
"line":
|
|
4218
|
+
"line": 346
|
|
4219
4219
|
},
|
|
4220
4220
|
"name": "maxConnections",
|
|
4221
4221
|
"type": {
|
|
@@ -4231,7 +4231,7 @@
|
|
|
4231
4231
|
"immutable": true,
|
|
4232
4232
|
"locationInModule": {
|
|
4233
4233
|
"filename": "lib/database/index.ts",
|
|
4234
|
-
"line":
|
|
4234
|
+
"line": 373
|
|
4235
4235
|
},
|
|
4236
4236
|
"name": "maxLocksPerTransaction",
|
|
4237
4237
|
"type": {
|
|
@@ -4247,7 +4247,7 @@
|
|
|
4247
4247
|
"immutable": true,
|
|
4248
4248
|
"locationInModule": {
|
|
4249
4249
|
"filename": "lib/database/index.ts",
|
|
4250
|
-
"line":
|
|
4250
|
+
"line": 388
|
|
4251
4251
|
},
|
|
4252
4252
|
"name": "randomPageCost",
|
|
4253
4253
|
"type": {
|
|
@@ -4263,7 +4263,7 @@
|
|
|
4263
4263
|
"immutable": true,
|
|
4264
4264
|
"locationInModule": {
|
|
4265
4265
|
"filename": "lib/database/index.ts",
|
|
4266
|
-
"line":
|
|
4266
|
+
"line": 383
|
|
4267
4267
|
},
|
|
4268
4268
|
"name": "seqPageCost",
|
|
4269
4269
|
"type": {
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
"immutable": true,
|
|
4281
4281
|
"locationInModule": {
|
|
4282
4282
|
"filename": "lib/database/index.ts",
|
|
4283
|
-
"line":
|
|
4283
|
+
"line": 353
|
|
4284
4284
|
},
|
|
4285
4285
|
"name": "sharedBuffers",
|
|
4286
4286
|
"type": {
|
|
@@ -4296,7 +4296,7 @@
|
|
|
4296
4296
|
"immutable": true,
|
|
4297
4297
|
"locationInModule": {
|
|
4298
4298
|
"filename": "lib/database/index.ts",
|
|
4299
|
-
"line":
|
|
4299
|
+
"line": 378
|
|
4300
4300
|
},
|
|
4301
4301
|
"name": "tempBuffers",
|
|
4302
4302
|
"type": {
|
|
@@ -4312,7 +4312,7 @@
|
|
|
4312
4312
|
"immutable": true,
|
|
4313
4313
|
"locationInModule": {
|
|
4314
4314
|
"filename": "lib/database/index.ts",
|
|
4315
|
-
"line":
|
|
4315
|
+
"line": 363
|
|
4316
4316
|
},
|
|
4317
4317
|
"name": "workMem",
|
|
4318
4318
|
"type": {
|
|
@@ -4409,7 +4409,16 @@
|
|
|
4409
4409
|
},
|
|
4410
4410
|
"name": "lambdaFunction",
|
|
4411
4411
|
"type": {
|
|
4412
|
-
"
|
|
4412
|
+
"union": {
|
|
4413
|
+
"types": [
|
|
4414
|
+
{
|
|
4415
|
+
"fqn": "aws-cdk-lib.aws_lambda.Function"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"fqn": "aws-cdk-lib.aws_lambda.Version"
|
|
4419
|
+
}
|
|
4420
|
+
]
|
|
4421
|
+
}
|
|
4413
4422
|
}
|
|
4414
4423
|
},
|
|
4415
4424
|
{
|
|
@@ -4464,7 +4473,7 @@
|
|
|
4464
4473
|
},
|
|
4465
4474
|
"locationInModule": {
|
|
4466
4475
|
"filename": "lib/stac-api/index.ts",
|
|
4467
|
-
"line":
|
|
4476
|
+
"line": 192
|
|
4468
4477
|
},
|
|
4469
4478
|
"parameters": [
|
|
4470
4479
|
{
|
|
@@ -4490,7 +4499,7 @@
|
|
|
4490
4499
|
"kind": "class",
|
|
4491
4500
|
"locationInModule": {
|
|
4492
4501
|
"filename": "lib/stac-api/index.ts",
|
|
4493
|
-
"line":
|
|
4502
|
+
"line": 176
|
|
4494
4503
|
},
|
|
4495
4504
|
"name": "PgStacApiLambda",
|
|
4496
4505
|
"properties": [
|
|
@@ -4502,7 +4511,7 @@
|
|
|
4502
4511
|
"immutable": true,
|
|
4503
4512
|
"locationInModule": {
|
|
4504
4513
|
"filename": "lib/stac-api/index.ts",
|
|
4505
|
-
"line":
|
|
4514
|
+
"line": 185
|
|
4506
4515
|
},
|
|
4507
4516
|
"name": "lambdaFunction",
|
|
4508
4517
|
"type": {
|
|
@@ -4517,7 +4526,7 @@
|
|
|
4517
4526
|
"immutable": true,
|
|
4518
4527
|
"locationInModule": {
|
|
4519
4528
|
"filename": "lib/stac-api/index.ts",
|
|
4520
|
-
"line":
|
|
4529
|
+
"line": 180
|
|
4521
4530
|
},
|
|
4522
4531
|
"name": "url",
|
|
4523
4532
|
"type": {
|
|
@@ -4531,7 +4540,7 @@
|
|
|
4531
4540
|
},
|
|
4532
4541
|
"locationInModule": {
|
|
4533
4542
|
"filename": "lib/stac-api/index.ts",
|
|
4534
|
-
"line":
|
|
4543
|
+
"line": 190
|
|
4535
4544
|
},
|
|
4536
4545
|
"name": "stacApiLambdaFunction",
|
|
4537
4546
|
"type": {
|
|
@@ -4554,7 +4563,7 @@
|
|
|
4554
4563
|
"kind": "interface",
|
|
4555
4564
|
"locationInModule": {
|
|
4556
4565
|
"filename": "lib/stac-api/index.ts",
|
|
4557
|
-
"line":
|
|
4566
|
+
"line": 223
|
|
4558
4567
|
},
|
|
4559
4568
|
"name": "PgStacApiLambdaProps",
|
|
4560
4569
|
"properties": [
|
|
@@ -4569,7 +4578,7 @@
|
|
|
4569
4578
|
"immutable": true,
|
|
4570
4579
|
"locationInModule": {
|
|
4571
4580
|
"filename": "lib/stac-api/index.ts",
|
|
4572
|
-
"line":
|
|
4581
|
+
"line": 229
|
|
4573
4582
|
},
|
|
4574
4583
|
"name": "domainName",
|
|
4575
4584
|
"optional": true,
|
|
@@ -4588,7 +4597,7 @@
|
|
|
4588
4597
|
"immutable": true,
|
|
4589
4598
|
"locationInModule": {
|
|
4590
4599
|
"filename": "lib/stac-api/index.ts",
|
|
4591
|
-
"line":
|
|
4600
|
+
"line": 237
|
|
4592
4601
|
},
|
|
4593
4602
|
"name": "stacApiDomainName",
|
|
4594
4603
|
"optional": true,
|
|
@@ -4669,7 +4678,7 @@
|
|
|
4669
4678
|
"kind": "interface",
|
|
4670
4679
|
"locationInModule": {
|
|
4671
4680
|
"filename": "lib/stac-api/index.ts",
|
|
4672
|
-
"line":
|
|
4681
|
+
"line": 115
|
|
4673
4682
|
},
|
|
4674
4683
|
"name": "PgStacApiLambdaRuntimeProps",
|
|
4675
4684
|
"properties": [
|
|
@@ -4682,7 +4691,7 @@
|
|
|
4682
4691
|
"immutable": true,
|
|
4683
4692
|
"locationInModule": {
|
|
4684
4693
|
"filename": "lib/stac-api/index.ts",
|
|
4685
|
-
"line":
|
|
4694
|
+
"line": 124
|
|
4686
4695
|
},
|
|
4687
4696
|
"name": "db",
|
|
4688
4697
|
"type": {
|
|
@@ -4707,7 +4716,7 @@
|
|
|
4707
4716
|
"immutable": true,
|
|
4708
4717
|
"locationInModule": {
|
|
4709
4718
|
"filename": "lib/stac-api/index.ts",
|
|
4710
|
-
"line":
|
|
4719
|
+
"line": 134
|
|
4711
4720
|
},
|
|
4712
4721
|
"name": "dbSecret",
|
|
4713
4722
|
"type": {
|
|
@@ -4723,7 +4732,7 @@
|
|
|
4723
4732
|
"immutable": true,
|
|
4724
4733
|
"locationInModule": {
|
|
4725
4734
|
"filename": "lib/stac-api/index.ts",
|
|
4726
|
-
"line":
|
|
4735
|
+
"line": 139
|
|
4727
4736
|
},
|
|
4728
4737
|
"name": "apiEnv",
|
|
4729
4738
|
"optional": true,
|
|
@@ -4746,7 +4755,7 @@
|
|
|
4746
4755
|
"immutable": true,
|
|
4747
4756
|
"locationInModule": {
|
|
4748
4757
|
"filename": "lib/stac-api/index.ts",
|
|
4749
|
-
"line":
|
|
4758
|
+
"line": 146
|
|
4750
4759
|
},
|
|
4751
4760
|
"name": "enabledExtensions",
|
|
4752
4761
|
"optional": true,
|
|
@@ -4759,6 +4768,26 @@
|
|
|
4759
4768
|
}
|
|
4760
4769
|
}
|
|
4761
4770
|
},
|
|
4771
|
+
{
|
|
4772
|
+
"abstract": true,
|
|
4773
|
+
"docs": {
|
|
4774
|
+
"default": "false",
|
|
4775
|
+
"remarks": "SnapStart creates a snapshot of the initialized Lambda function, allowing new instances\nto start from this pre-initialized state instead of starting from scratch.\n\nBenefits:\n- Significantly reduces cold start times (typically 10x faster)\n- Improves API response time for infrequent requests\n\nConsiderations:\n- Additional cost: charges for snapshot storage and restore operations\n- Requires Lambda versioning (automatically configured by this construct)\n- Database connections are recreated on restore using snapshot lifecycle hooks",
|
|
4776
|
+
"see": "https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html",
|
|
4777
|
+
"stability": "experimental",
|
|
4778
|
+
"summary": "Enable SnapStart to reduce cold start latency."
|
|
4779
|
+
},
|
|
4780
|
+
"immutable": true,
|
|
4781
|
+
"locationInModule": {
|
|
4782
|
+
"filename": "lib/stac-api/index.ts",
|
|
4783
|
+
"line": 166
|
|
4784
|
+
},
|
|
4785
|
+
"name": "enableSnapStart",
|
|
4786
|
+
"optional": true,
|
|
4787
|
+
"type": {
|
|
4788
|
+
"primitive": "boolean"
|
|
4789
|
+
}
|
|
4790
|
+
},
|
|
4762
4791
|
{
|
|
4763
4792
|
"abstract": true,
|
|
4764
4793
|
"docs": {
|
|
@@ -4769,7 +4798,7 @@
|
|
|
4769
4798
|
"immutable": true,
|
|
4770
4799
|
"locationInModule": {
|
|
4771
4800
|
"filename": "lib/stac-api/index.ts",
|
|
4772
|
-
"line":
|
|
4801
|
+
"line": 173
|
|
4773
4802
|
},
|
|
4774
4803
|
"name": "lambdaFunctionOptions",
|
|
4775
4804
|
"optional": true,
|
|
@@ -4786,7 +4815,7 @@
|
|
|
4786
4815
|
"immutable": true,
|
|
4787
4816
|
"locationInModule": {
|
|
4788
4817
|
"filename": "lib/stac-api/index.ts",
|
|
4789
|
-
"line":
|
|
4818
|
+
"line": 129
|
|
4790
4819
|
},
|
|
4791
4820
|
"name": "subnetSelection",
|
|
4792
4821
|
"optional": true,
|
|
@@ -4803,7 +4832,7 @@
|
|
|
4803
4832
|
"immutable": true,
|
|
4804
4833
|
"locationInModule": {
|
|
4805
4834
|
"filename": "lib/stac-api/index.ts",
|
|
4806
|
-
"line":
|
|
4835
|
+
"line": 119
|
|
4807
4836
|
},
|
|
4808
4837
|
"name": "vpc",
|
|
4809
4838
|
"optional": true,
|
|
@@ -4829,7 +4858,7 @@
|
|
|
4829
4858
|
},
|
|
4830
4859
|
"locationInModule": {
|
|
4831
4860
|
"filename": "lib/database/index.ts",
|
|
4832
|
-
"line":
|
|
4861
|
+
"line": 87
|
|
4833
4862
|
},
|
|
4834
4863
|
"parameters": [
|
|
4835
4864
|
{
|
|
@@ -4855,7 +4884,7 @@
|
|
|
4855
4884
|
"kind": "class",
|
|
4856
4885
|
"locationInModule": {
|
|
4857
4886
|
"filename": "lib/database/index.ts",
|
|
4858
|
-
"line":
|
|
4887
|
+
"line": 76
|
|
4859
4888
|
},
|
|
4860
4889
|
"methods": [
|
|
4861
4890
|
{
|
|
@@ -4864,7 +4893,7 @@
|
|
|
4864
4893
|
},
|
|
4865
4894
|
"locationInModule": {
|
|
4866
4895
|
"filename": "lib/database/index.ts",
|
|
4867
|
-
"line":
|
|
4896
|
+
"line": 241
|
|
4868
4897
|
},
|
|
4869
4898
|
"name": "getParameters",
|
|
4870
4899
|
"parameters": [
|
|
@@ -4903,7 +4932,7 @@
|
|
|
4903
4932
|
"immutable": true,
|
|
4904
4933
|
"locationInModule": {
|
|
4905
4934
|
"filename": "lib/database/index.ts",
|
|
4906
|
-
"line":
|
|
4935
|
+
"line": 82
|
|
4907
4936
|
},
|
|
4908
4937
|
"name": "connectionTarget",
|
|
4909
4938
|
"type": {
|
|
@@ -4926,7 +4955,7 @@
|
|
|
4926
4955
|
"immutable": true,
|
|
4927
4956
|
"locationInModule": {
|
|
4928
4957
|
"filename": "lib/database/index.ts",
|
|
4929
|
-
"line":
|
|
4958
|
+
"line": 81
|
|
4930
4959
|
},
|
|
4931
4960
|
"name": "pgstacVersion",
|
|
4932
4961
|
"type": {
|
|
@@ -4940,7 +4969,7 @@
|
|
|
4940
4969
|
"immutable": true,
|
|
4941
4970
|
"locationInModule": {
|
|
4942
4971
|
"filename": "lib/database/index.ts",
|
|
4943
|
-
"line":
|
|
4972
|
+
"line": 85
|
|
4944
4973
|
},
|
|
4945
4974
|
"name": "pgbouncerHealthCheck",
|
|
4946
4975
|
"optional": true,
|
|
@@ -4955,7 +4984,7 @@
|
|
|
4955
4984
|
"immutable": true,
|
|
4956
4985
|
"locationInModule": {
|
|
4957
4986
|
"filename": "lib/database/index.ts",
|
|
4958
|
-
"line":
|
|
4987
|
+
"line": 84
|
|
4959
4988
|
},
|
|
4960
4989
|
"name": "secretBootstrapper",
|
|
4961
4990
|
"optional": true,
|
|
@@ -4970,7 +4999,7 @@
|
|
|
4970
4999
|
"immutable": true,
|
|
4971
5000
|
"locationInModule": {
|
|
4972
5001
|
"filename": "lib/database/index.ts",
|
|
4973
|
-
"line":
|
|
5002
|
+
"line": 83
|
|
4974
5003
|
},
|
|
4975
5004
|
"name": "securityGroup",
|
|
4976
5005
|
"optional": true,
|
|
@@ -4984,7 +5013,7 @@
|
|
|
4984
5013
|
},
|
|
4985
5014
|
"locationInModule": {
|
|
4986
5015
|
"filename": "lib/database/index.ts",
|
|
4987
|
-
"line":
|
|
5016
|
+
"line": 77
|
|
4988
5017
|
},
|
|
4989
5018
|
"name": "db",
|
|
4990
5019
|
"type": {
|
|
@@ -4997,7 +5026,7 @@
|
|
|
4997
5026
|
},
|
|
4998
5027
|
"locationInModule": {
|
|
4999
5028
|
"filename": "lib/database/index.ts",
|
|
5000
|
-
"line":
|
|
5029
|
+
"line": 78
|
|
5001
5030
|
},
|
|
5002
5031
|
"name": "pgstacSecret",
|
|
5003
5032
|
"type": {
|
|
@@ -5020,7 +5049,7 @@
|
|
|
5020
5049
|
"kind": "interface",
|
|
5021
5050
|
"locationInModule": {
|
|
5022
5051
|
"filename": "lib/database/index.ts",
|
|
5023
|
-
"line":
|
|
5052
|
+
"line": 281
|
|
5024
5053
|
},
|
|
5025
5054
|
"name": "PgStacDatabaseProps",
|
|
5026
5055
|
"properties": [
|
|
@@ -5034,7 +5063,7 @@
|
|
|
5034
5063
|
"immutable": true,
|
|
5035
5064
|
"locationInModule": {
|
|
5036
5065
|
"filename": "lib/database/index.ts",
|
|
5037
|
-
"line":
|
|
5066
|
+
"line": 315
|
|
5038
5067
|
},
|
|
5039
5068
|
"name": "addPgbouncer",
|
|
5040
5069
|
"optional": true,
|
|
@@ -5052,7 +5081,7 @@
|
|
|
5052
5081
|
"immutable": true,
|
|
5053
5082
|
"locationInModule": {
|
|
5054
5083
|
"filename": "lib/database/index.ts",
|
|
5055
|
-
"line":
|
|
5084
|
+
"line": 339
|
|
5056
5085
|
},
|
|
5057
5086
|
"name": "bootstrapperLambdaFunctionOptions",
|
|
5058
5087
|
"optional": true,
|
|
@@ -5070,7 +5099,7 @@
|
|
|
5070
5099
|
"immutable": true,
|
|
5071
5100
|
"locationInModule": {
|
|
5072
5101
|
"filename": "lib/database/index.ts",
|
|
5073
|
-
"line":
|
|
5102
|
+
"line": 330
|
|
5074
5103
|
},
|
|
5075
5104
|
"name": "customResourceProperties",
|
|
5076
5105
|
"optional": true,
|
|
@@ -5093,7 +5122,7 @@
|
|
|
5093
5122
|
"immutable": true,
|
|
5094
5123
|
"locationInModule": {
|
|
5095
5124
|
"filename": "lib/database/index.ts",
|
|
5096
|
-
"line":
|
|
5125
|
+
"line": 322
|
|
5097
5126
|
},
|
|
5098
5127
|
"name": "pgbouncerInstanceProps",
|
|
5099
5128
|
"optional": true,
|
|
@@ -5111,7 +5140,7 @@
|
|
|
5111
5140
|
"immutable": true,
|
|
5112
5141
|
"locationInModule": {
|
|
5113
5142
|
"filename": "lib/database/index.ts",
|
|
5114
|
-
"line":
|
|
5143
|
+
"line": 287
|
|
5115
5144
|
},
|
|
5116
5145
|
"name": "pgstacDbName",
|
|
5117
5146
|
"optional": true,
|
|
@@ -5129,7 +5158,7 @@
|
|
|
5129
5158
|
"immutable": true,
|
|
5130
5159
|
"locationInModule": {
|
|
5131
5160
|
"filename": "lib/database/index.ts",
|
|
5132
|
-
"line":
|
|
5161
|
+
"line": 308
|
|
5133
5162
|
},
|
|
5134
5163
|
"name": "pgstacUsername",
|
|
5135
5164
|
"optional": true,
|
|
@@ -5147,7 +5176,7 @@
|
|
|
5147
5176
|
"immutable": true,
|
|
5148
5177
|
"locationInModule": {
|
|
5149
5178
|
"filename": "lib/database/index.ts",
|
|
5150
|
-
"line":
|
|
5179
|
+
"line": 294
|
|
5151
5180
|
},
|
|
5152
5181
|
"name": "pgstacVersion",
|
|
5153
5182
|
"optional": true,
|
|
@@ -5165,7 +5194,7 @@
|
|
|
5165
5194
|
"immutable": true,
|
|
5166
5195
|
"locationInModule": {
|
|
5167
5196
|
"filename": "lib/database/index.ts",
|
|
5168
|
-
"line":
|
|
5197
|
+
"line": 301
|
|
5169
5198
|
},
|
|
5170
5199
|
"name": "secretsPrefix",
|
|
5171
5200
|
"optional": true,
|
|
@@ -5437,7 +5466,7 @@
|
|
|
5437
5466
|
},
|
|
5438
5467
|
"locationInModule": {
|
|
5439
5468
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5440
|
-
"line":
|
|
5469
|
+
"line": 109
|
|
5441
5470
|
},
|
|
5442
5471
|
"parameters": [
|
|
5443
5472
|
{
|
|
@@ -5463,7 +5492,7 @@
|
|
|
5463
5492
|
"kind": "class",
|
|
5464
5493
|
"locationInModule": {
|
|
5465
5494
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5466
|
-
"line":
|
|
5495
|
+
"line": 98
|
|
5467
5496
|
},
|
|
5468
5497
|
"name": "StacAuthProxyLambda",
|
|
5469
5498
|
"properties": [
|
|
@@ -5475,7 +5504,7 @@
|
|
|
5475
5504
|
"immutable": true,
|
|
5476
5505
|
"locationInModule": {
|
|
5477
5506
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5478
|
-
"line":
|
|
5507
|
+
"line": 107
|
|
5479
5508
|
},
|
|
5480
5509
|
"name": "lambdaFunction",
|
|
5481
5510
|
"type": {
|
|
@@ -5490,7 +5519,7 @@
|
|
|
5490
5519
|
"immutable": true,
|
|
5491
5520
|
"locationInModule": {
|
|
5492
5521
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5493
|
-
"line":
|
|
5522
|
+
"line": 102
|
|
5494
5523
|
},
|
|
5495
5524
|
"name": "url",
|
|
5496
5525
|
"type": {
|
|
@@ -5513,7 +5542,7 @@
|
|
|
5513
5542
|
"kind": "interface",
|
|
5514
5543
|
"locationInModule": {
|
|
5515
5544
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5516
|
-
"line":
|
|
5545
|
+
"line": 135
|
|
5517
5546
|
},
|
|
5518
5547
|
"name": "StacAuthProxyLambdaProps",
|
|
5519
5548
|
"properties": [
|
|
@@ -5528,7 +5557,7 @@
|
|
|
5528
5557
|
"immutable": true,
|
|
5529
5558
|
"locationInModule": {
|
|
5530
5559
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5531
|
-
"line":
|
|
5560
|
+
"line": 142
|
|
5532
5561
|
},
|
|
5533
5562
|
"name": "domainName",
|
|
5534
5563
|
"optional": true,
|
|
@@ -5609,7 +5638,7 @@
|
|
|
5609
5638
|
"kind": "interface",
|
|
5610
5639
|
"locationInModule": {
|
|
5611
5640
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5612
|
-
"line":
|
|
5641
|
+
"line": 58
|
|
5613
5642
|
},
|
|
5614
5643
|
"name": "StacAuthProxyLambdaRuntimeProps",
|
|
5615
5644
|
"properties": [
|
|
@@ -5622,7 +5651,7 @@
|
|
|
5622
5651
|
"immutable": true,
|
|
5623
5652
|
"locationInModule": {
|
|
5624
5653
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5625
|
-
"line":
|
|
5654
|
+
"line": 67
|
|
5626
5655
|
},
|
|
5627
5656
|
"name": "oidcDiscoveryUrl",
|
|
5628
5657
|
"type": {
|
|
@@ -5638,7 +5667,7 @@
|
|
|
5638
5667
|
"immutable": true,
|
|
5639
5668
|
"locationInModule": {
|
|
5640
5669
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5641
|
-
"line":
|
|
5670
|
+
"line": 62
|
|
5642
5671
|
},
|
|
5643
5672
|
"name": "upstreamUrl",
|
|
5644
5673
|
"type": {
|
|
@@ -5655,7 +5684,7 @@
|
|
|
5655
5684
|
"immutable": true,
|
|
5656
5685
|
"locationInModule": {
|
|
5657
5686
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5658
|
-
"line":
|
|
5687
|
+
"line": 88
|
|
5659
5688
|
},
|
|
5660
5689
|
"name": "apiEnv",
|
|
5661
5690
|
"optional": true,
|
|
@@ -5678,7 +5707,7 @@
|
|
|
5678
5707
|
"immutable": true,
|
|
5679
5708
|
"locationInModule": {
|
|
5680
5709
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5681
|
-
"line":
|
|
5710
|
+
"line": 95
|
|
5682
5711
|
},
|
|
5683
5712
|
"name": "lambdaFunctionOptions",
|
|
5684
5713
|
"optional": true,
|
|
@@ -5695,7 +5724,7 @@
|
|
|
5695
5724
|
"immutable": true,
|
|
5696
5725
|
"locationInModule": {
|
|
5697
5726
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5698
|
-
"line":
|
|
5727
|
+
"line": 72
|
|
5699
5728
|
},
|
|
5700
5729
|
"name": "stacApiClientId",
|
|
5701
5730
|
"optional": true,
|
|
@@ -5712,7 +5741,7 @@
|
|
|
5712
5741
|
"immutable": true,
|
|
5713
5742
|
"locationInModule": {
|
|
5714
5743
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5715
|
-
"line":
|
|
5744
|
+
"line": 82
|
|
5716
5745
|
},
|
|
5717
5746
|
"name": "subnetSelection",
|
|
5718
5747
|
"optional": true,
|
|
@@ -5729,7 +5758,7 @@
|
|
|
5729
5758
|
"immutable": true,
|
|
5730
5759
|
"locationInModule": {
|
|
5731
5760
|
"filename": "lib/stac-auth-proxy/index.ts",
|
|
5732
|
-
"line":
|
|
5761
|
+
"line": 77
|
|
5733
5762
|
},
|
|
5734
5763
|
"name": "vpc",
|
|
5735
5764
|
"optional": true,
|
|
@@ -5967,7 +5996,7 @@
|
|
|
5967
5996
|
},
|
|
5968
5997
|
"locationInModule": {
|
|
5969
5998
|
"filename": "lib/ingestor-api/index.ts",
|
|
5970
|
-
"line":
|
|
5999
|
+
"line": 26
|
|
5971
6000
|
},
|
|
5972
6001
|
"parameters": [
|
|
5973
6002
|
{
|
|
@@ -5993,7 +6022,7 @@
|
|
|
5993
6022
|
"kind": "class",
|
|
5994
6023
|
"locationInModule": {
|
|
5995
6024
|
"filename": "lib/ingestor-api/index.ts",
|
|
5996
|
-
"line":
|
|
6025
|
+
"line": 22
|
|
5997
6026
|
},
|
|
5998
6027
|
"name": "StacIngestor",
|
|
5999
6028
|
"properties": [
|
|
@@ -6003,7 +6032,7 @@
|
|
|
6003
6032
|
},
|
|
6004
6033
|
"locationInModule": {
|
|
6005
6034
|
"filename": "lib/ingestor-api/index.ts",
|
|
6006
|
-
"line":
|
|
6035
|
+
"line": 24
|
|
6007
6036
|
},
|
|
6008
6037
|
"name": "handlerRole",
|
|
6009
6038
|
"type": {
|
|
@@ -6016,7 +6045,7 @@
|
|
|
6016
6045
|
},
|
|
6017
6046
|
"locationInModule": {
|
|
6018
6047
|
"filename": "lib/ingestor-api/index.ts",
|
|
6019
|
-
"line":
|
|
6048
|
+
"line": 23
|
|
6020
6049
|
},
|
|
6021
6050
|
"name": "table",
|
|
6022
6051
|
"type": {
|
|
@@ -6036,7 +6065,7 @@
|
|
|
6036
6065
|
"kind": "interface",
|
|
6037
6066
|
"locationInModule": {
|
|
6038
6067
|
"filename": "lib/ingestor-api/index.ts",
|
|
6039
|
-
"line":
|
|
6068
|
+
"line": 282
|
|
6040
6069
|
},
|
|
6041
6070
|
"name": "StacIngestorProps",
|
|
6042
6071
|
"properties": [
|
|
@@ -6049,7 +6078,7 @@
|
|
|
6049
6078
|
"immutable": true,
|
|
6050
6079
|
"locationInModule": {
|
|
6051
6080
|
"filename": "lib/ingestor-api/index.ts",
|
|
6052
|
-
"line":
|
|
6081
|
+
"line": 286
|
|
6053
6082
|
},
|
|
6054
6083
|
"name": "dataAccessRole",
|
|
6055
6084
|
"type": {
|
|
@@ -6065,7 +6094,7 @@
|
|
|
6065
6094
|
"immutable": true,
|
|
6066
6095
|
"locationInModule": {
|
|
6067
6096
|
"filename": "lib/ingestor-api/index.ts",
|
|
6068
|
-
"line":
|
|
6097
|
+
"line": 301
|
|
6069
6098
|
},
|
|
6070
6099
|
"name": "stacDbSecret",
|
|
6071
6100
|
"type": {
|
|
@@ -6081,7 +6110,7 @@
|
|
|
6081
6110
|
"immutable": true,
|
|
6082
6111
|
"locationInModule": {
|
|
6083
6112
|
"filename": "lib/ingestor-api/index.ts",
|
|
6084
|
-
"line":
|
|
6113
|
+
"line": 311
|
|
6085
6114
|
},
|
|
6086
6115
|
"name": "stacDbSecurityGroup",
|
|
6087
6116
|
"type": {
|
|
@@ -6097,7 +6126,7 @@
|
|
|
6097
6126
|
"immutable": true,
|
|
6098
6127
|
"locationInModule": {
|
|
6099
6128
|
"filename": "lib/ingestor-api/index.ts",
|
|
6100
|
-
"line":
|
|
6129
|
+
"line": 291
|
|
6101
6130
|
},
|
|
6102
6131
|
"name": "stacUrl",
|
|
6103
6132
|
"type": {
|
|
@@ -6113,7 +6142,7 @@
|
|
|
6113
6142
|
"immutable": true,
|
|
6114
6143
|
"locationInModule": {
|
|
6115
6144
|
"filename": "lib/ingestor-api/index.ts",
|
|
6116
|
-
"line":
|
|
6145
|
+
"line": 296
|
|
6117
6146
|
},
|
|
6118
6147
|
"name": "stage",
|
|
6119
6148
|
"type": {
|
|
@@ -6129,7 +6158,7 @@
|
|
|
6129
6158
|
"immutable": true,
|
|
6130
6159
|
"locationInModule": {
|
|
6131
6160
|
"filename": "lib/ingestor-api/index.ts",
|
|
6132
|
-
"line":
|
|
6161
|
+
"line": 326
|
|
6133
6162
|
},
|
|
6134
6163
|
"name": "apiEndpointConfiguration",
|
|
6135
6164
|
"optional": true,
|
|
@@ -6146,7 +6175,7 @@
|
|
|
6146
6175
|
"immutable": true,
|
|
6147
6176
|
"locationInModule": {
|
|
6148
6177
|
"filename": "lib/ingestor-api/index.ts",
|
|
6149
|
-
"line":
|
|
6178
|
+
"line": 321
|
|
6150
6179
|
},
|
|
6151
6180
|
"name": "apiEnv",
|
|
6152
6181
|
"optional": true,
|
|
@@ -6169,7 +6198,7 @@
|
|
|
6169
6198
|
"immutable": true,
|
|
6170
6199
|
"locationInModule": {
|
|
6171
6200
|
"filename": "lib/ingestor-api/index.ts",
|
|
6172
|
-
"line":
|
|
6201
|
+
"line": 343
|
|
6173
6202
|
},
|
|
6174
6203
|
"name": "apiLambdaFunctionOptions",
|
|
6175
6204
|
"optional": true,
|
|
@@ -6186,7 +6215,7 @@
|
|
|
6186
6215
|
"immutable": true,
|
|
6187
6216
|
"locationInModule": {
|
|
6188
6217
|
"filename": "lib/ingestor-api/index.ts",
|
|
6189
|
-
"line":
|
|
6218
|
+
"line": 331
|
|
6190
6219
|
},
|
|
6191
6220
|
"name": "apiPolicy",
|
|
6192
6221
|
"optional": true,
|
|
@@ -6203,7 +6232,7 @@
|
|
|
6203
6232
|
"immutable": true,
|
|
6204
6233
|
"locationInModule": {
|
|
6205
6234
|
"filename": "lib/ingestor-api/index.ts",
|
|
6206
|
-
"line":
|
|
6235
|
+
"line": 336
|
|
6207
6236
|
},
|
|
6208
6237
|
"name": "ingestorDomainNameOptions",
|
|
6209
6238
|
"optional": true,
|
|
@@ -6221,7 +6250,7 @@
|
|
|
6221
6250
|
"immutable": true,
|
|
6222
6251
|
"locationInModule": {
|
|
6223
6252
|
"filename": "lib/ingestor-api/index.ts",
|
|
6224
|
-
"line":
|
|
6253
|
+
"line": 350
|
|
6225
6254
|
},
|
|
6226
6255
|
"name": "ingestorLambdaFunctionOptions",
|
|
6227
6256
|
"optional": true,
|
|
@@ -6239,7 +6268,7 @@
|
|
|
6239
6268
|
"immutable": true,
|
|
6240
6269
|
"locationInModule": {
|
|
6241
6270
|
"filename": "lib/ingestor-api/index.ts",
|
|
6242
|
-
"line":
|
|
6271
|
+
"line": 357
|
|
6243
6272
|
},
|
|
6244
6273
|
"name": "pgstacVersion",
|
|
6245
6274
|
"optional": true,
|
|
@@ -6256,7 +6285,7 @@
|
|
|
6256
6285
|
"immutable": true,
|
|
6257
6286
|
"locationInModule": {
|
|
6258
6287
|
"filename": "lib/ingestor-api/index.ts",
|
|
6259
|
-
"line":
|
|
6288
|
+
"line": 316
|
|
6260
6289
|
},
|
|
6261
6290
|
"name": "subnetSelection",
|
|
6262
6291
|
"optional": true,
|
|
@@ -6273,7 +6302,7 @@
|
|
|
6273
6302
|
"immutable": true,
|
|
6274
6303
|
"locationInModule": {
|
|
6275
6304
|
"filename": "lib/ingestor-api/index.ts",
|
|
6276
|
-
"line":
|
|
6305
|
+
"line": 306
|
|
6277
6306
|
},
|
|
6278
6307
|
"name": "vpc",
|
|
6279
6308
|
"optional": true,
|
|
@@ -6298,7 +6327,7 @@
|
|
|
6298
6327
|
},
|
|
6299
6328
|
"locationInModule": {
|
|
6300
6329
|
"filename": "lib/stac-loader/index.ts",
|
|
6301
|
-
"line":
|
|
6330
|
+
"line": 490
|
|
6302
6331
|
},
|
|
6303
6332
|
"parameters": [
|
|
6304
6333
|
{
|
|
@@ -6324,7 +6353,7 @@
|
|
|
6324
6353
|
"kind": "class",
|
|
6325
6354
|
"locationInModule": {
|
|
6326
6355
|
"filename": "lib/stac-loader/index.ts",
|
|
6327
|
-
"line":
|
|
6356
|
+
"line": 489
|
|
6328
6357
|
},
|
|
6329
6358
|
"name": "StacItemLoader",
|
|
6330
6359
|
"symbolId": "lib/stac-loader/index:StacItemLoader"
|
|
@@ -6343,7 +6372,7 @@
|
|
|
6343
6372
|
"kind": "interface",
|
|
6344
6373
|
"locationInModule": {
|
|
6345
6374
|
"filename": "lib/stac-loader/index.ts",
|
|
6346
|
-
"line":
|
|
6375
|
+
"line": 504
|
|
6347
6376
|
},
|
|
6348
6377
|
"name": "StacItemLoaderProps",
|
|
6349
6378
|
"symbolId": "lib/stac-loader/index:StacItemLoaderProps"
|
|
@@ -7019,7 +7048,7 @@
|
|
|
7019
7048
|
},
|
|
7020
7049
|
"locationInModule": {
|
|
7021
7050
|
"filename": "lib/tipg-api/index.ts",
|
|
7022
|
-
"line":
|
|
7051
|
+
"line": 135
|
|
7023
7052
|
},
|
|
7024
7053
|
"parameters": [
|
|
7025
7054
|
{
|
|
@@ -7045,7 +7074,7 @@
|
|
|
7045
7074
|
"kind": "class",
|
|
7046
7075
|
"locationInModule": {
|
|
7047
7076
|
"filename": "lib/tipg-api/index.ts",
|
|
7048
|
-
"line":
|
|
7077
|
+
"line": 119
|
|
7049
7078
|
},
|
|
7050
7079
|
"name": "TiPgApiLambda",
|
|
7051
7080
|
"properties": [
|
|
@@ -7057,7 +7086,7 @@
|
|
|
7057
7086
|
"immutable": true,
|
|
7058
7087
|
"locationInModule": {
|
|
7059
7088
|
"filename": "lib/tipg-api/index.ts",
|
|
7060
|
-
"line":
|
|
7089
|
+
"line": 128
|
|
7061
7090
|
},
|
|
7062
7091
|
"name": "lambdaFunction",
|
|
7063
7092
|
"type": {
|
|
@@ -7072,7 +7101,7 @@
|
|
|
7072
7101
|
"immutable": true,
|
|
7073
7102
|
"locationInModule": {
|
|
7074
7103
|
"filename": "lib/tipg-api/index.ts",
|
|
7075
|
-
"line":
|
|
7104
|
+
"line": 123
|
|
7076
7105
|
},
|
|
7077
7106
|
"name": "url",
|
|
7078
7107
|
"type": {
|
|
@@ -7086,7 +7115,7 @@
|
|
|
7086
7115
|
},
|
|
7087
7116
|
"locationInModule": {
|
|
7088
7117
|
"filename": "lib/tipg-api/index.ts",
|
|
7089
|
-
"line":
|
|
7118
|
+
"line": 133
|
|
7090
7119
|
},
|
|
7091
7120
|
"name": "tiPgLambdaFunction",
|
|
7092
7121
|
"type": {
|
|
@@ -7109,7 +7138,7 @@
|
|
|
7109
7138
|
"kind": "interface",
|
|
7110
7139
|
"locationInModule": {
|
|
7111
7140
|
"filename": "lib/tipg-api/index.ts",
|
|
7112
|
-
"line":
|
|
7141
|
+
"line": 165
|
|
7113
7142
|
},
|
|
7114
7143
|
"name": "TiPgApiLambdaProps",
|
|
7115
7144
|
"properties": [
|
|
@@ -7124,7 +7153,7 @@
|
|
|
7124
7153
|
"immutable": true,
|
|
7125
7154
|
"locationInModule": {
|
|
7126
7155
|
"filename": "lib/tipg-api/index.ts",
|
|
7127
|
-
"line":
|
|
7156
|
+
"line": 171
|
|
7128
7157
|
},
|
|
7129
7158
|
"name": "domainName",
|
|
7130
7159
|
"optional": true,
|
|
@@ -7144,7 +7173,7 @@
|
|
|
7144
7173
|
"immutable": true,
|
|
7145
7174
|
"locationInModule": {
|
|
7146
7175
|
"filename": "lib/tipg-api/index.ts",
|
|
7147
|
-
"line":
|
|
7176
|
+
"line": 180
|
|
7148
7177
|
},
|
|
7149
7178
|
"name": "tipgApiDomainName",
|
|
7150
7179
|
"optional": true,
|
|
@@ -7225,7 +7254,7 @@
|
|
|
7225
7254
|
"kind": "interface",
|
|
7226
7255
|
"locationInModule": {
|
|
7227
7256
|
"filename": "lib/tipg-api/index.ts",
|
|
7228
|
-
"line":
|
|
7257
|
+
"line": 65
|
|
7229
7258
|
},
|
|
7230
7259
|
"name": "TiPgApiLambdaRuntimeProps",
|
|
7231
7260
|
"properties": [
|
|
@@ -7238,7 +7267,7 @@
|
|
|
7238
7267
|
"immutable": true,
|
|
7239
7268
|
"locationInModule": {
|
|
7240
7269
|
"filename": "lib/tipg-api/index.ts",
|
|
7241
|
-
"line":
|
|
7270
|
+
"line": 74
|
|
7242
7271
|
},
|
|
7243
7272
|
"name": "db",
|
|
7244
7273
|
"type": {
|
|
@@ -7263,7 +7292,7 @@
|
|
|
7263
7292
|
"immutable": true,
|
|
7264
7293
|
"locationInModule": {
|
|
7265
7294
|
"filename": "lib/tipg-api/index.ts",
|
|
7266
|
-
"line":
|
|
7295
|
+
"line": 84
|
|
7267
7296
|
},
|
|
7268
7297
|
"name": "dbSecret",
|
|
7269
7298
|
"type": {
|
|
@@ -7279,7 +7308,7 @@
|
|
|
7279
7308
|
"immutable": true,
|
|
7280
7309
|
"locationInModule": {
|
|
7281
7310
|
"filename": "lib/tipg-api/index.ts",
|
|
7282
|
-
"line":
|
|
7311
|
+
"line": 89
|
|
7283
7312
|
},
|
|
7284
7313
|
"name": "apiEnv",
|
|
7285
7314
|
"optional": true,
|
|
@@ -7292,6 +7321,26 @@
|
|
|
7292
7321
|
}
|
|
7293
7322
|
}
|
|
7294
7323
|
},
|
|
7324
|
+
{
|
|
7325
|
+
"abstract": true,
|
|
7326
|
+
"docs": {
|
|
7327
|
+
"default": "false",
|
|
7328
|
+
"remarks": "SnapStart creates a snapshot of the initialized Lambda function, allowing new instances\nto start from this pre-initialized state instead of starting from scratch.\n\nBenefits:\n- Significantly reduces cold start times (typically 10x faster)\n- Improves API response time for infrequent requests\n\nConsiderations:\n- Additional cost: charges for snapshot storage and restore operations\n- Requires Lambda versioning (automatically configured by this construct)\n- Database connections are recreated on restore using snapshot lifecycle hooks",
|
|
7329
|
+
"see": "https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html",
|
|
7330
|
+
"stability": "experimental",
|
|
7331
|
+
"summary": "Enable SnapStart to reduce cold start latency."
|
|
7332
|
+
},
|
|
7333
|
+
"immutable": true,
|
|
7334
|
+
"locationInModule": {
|
|
7335
|
+
"filename": "lib/tipg-api/index.ts",
|
|
7336
|
+
"line": 109
|
|
7337
|
+
},
|
|
7338
|
+
"name": "enableSnapStart",
|
|
7339
|
+
"optional": true,
|
|
7340
|
+
"type": {
|
|
7341
|
+
"primitive": "boolean"
|
|
7342
|
+
}
|
|
7343
|
+
},
|
|
7295
7344
|
{
|
|
7296
7345
|
"abstract": true,
|
|
7297
7346
|
"docs": {
|
|
@@ -7302,7 +7351,7 @@
|
|
|
7302
7351
|
"immutable": true,
|
|
7303
7352
|
"locationInModule": {
|
|
7304
7353
|
"filename": "lib/tipg-api/index.ts",
|
|
7305
|
-
"line":
|
|
7354
|
+
"line": 116
|
|
7306
7355
|
},
|
|
7307
7356
|
"name": "lambdaFunctionOptions",
|
|
7308
7357
|
"optional": true,
|
|
@@ -7319,7 +7368,7 @@
|
|
|
7319
7368
|
"immutable": true,
|
|
7320
7369
|
"locationInModule": {
|
|
7321
7370
|
"filename": "lib/tipg-api/index.ts",
|
|
7322
|
-
"line":
|
|
7371
|
+
"line": 79
|
|
7323
7372
|
},
|
|
7324
7373
|
"name": "subnetSelection",
|
|
7325
7374
|
"optional": true,
|
|
@@ -7336,7 +7385,7 @@
|
|
|
7336
7385
|
"immutable": true,
|
|
7337
7386
|
"locationInModule": {
|
|
7338
7387
|
"filename": "lib/tipg-api/index.ts",
|
|
7339
|
-
"line":
|
|
7388
|
+
"line": 69
|
|
7340
7389
|
},
|
|
7341
7390
|
"name": "vpc",
|
|
7342
7391
|
"optional": true,
|
|
@@ -7360,7 +7409,7 @@
|
|
|
7360
7409
|
},
|
|
7361
7410
|
"locationInModule": {
|
|
7362
7411
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7363
|
-
"line":
|
|
7412
|
+
"line": 173
|
|
7364
7413
|
},
|
|
7365
7414
|
"parameters": [
|
|
7366
7415
|
{
|
|
@@ -7386,7 +7435,7 @@
|
|
|
7386
7435
|
"kind": "class",
|
|
7387
7436
|
"locationInModule": {
|
|
7388
7437
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7389
|
-
"line":
|
|
7438
|
+
"line": 157
|
|
7390
7439
|
},
|
|
7391
7440
|
"name": "TitilerPgstacApiLambda",
|
|
7392
7441
|
"properties": [
|
|
@@ -7398,7 +7447,7 @@
|
|
|
7398
7447
|
"immutable": true,
|
|
7399
7448
|
"locationInModule": {
|
|
7400
7449
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7401
|
-
"line":
|
|
7450
|
+
"line": 166
|
|
7402
7451
|
},
|
|
7403
7452
|
"name": "lambdaFunction",
|
|
7404
7453
|
"type": {
|
|
@@ -7413,7 +7462,7 @@
|
|
|
7413
7462
|
"immutable": true,
|
|
7414
7463
|
"locationInModule": {
|
|
7415
7464
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7416
|
-
"line":
|
|
7465
|
+
"line": 161
|
|
7417
7466
|
},
|
|
7418
7467
|
"name": "url",
|
|
7419
7468
|
"type": {
|
|
@@ -7427,7 +7476,7 @@
|
|
|
7427
7476
|
},
|
|
7428
7477
|
"locationInModule": {
|
|
7429
7478
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7430
|
-
"line":
|
|
7479
|
+
"line": 171
|
|
7431
7480
|
},
|
|
7432
7481
|
"name": "titilerPgstacLambdaFunction",
|
|
7433
7482
|
"type": {
|
|
@@ -7450,7 +7499,7 @@
|
|
|
7450
7499
|
"kind": "interface",
|
|
7451
7500
|
"locationInModule": {
|
|
7452
7501
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7453
|
-
"line":
|
|
7502
|
+
"line": 209
|
|
7454
7503
|
},
|
|
7455
7504
|
"name": "TitilerPgstacApiLambdaProps",
|
|
7456
7505
|
"properties": [
|
|
@@ -7465,7 +7514,7 @@
|
|
|
7465
7514
|
"immutable": true,
|
|
7466
7515
|
"locationInModule": {
|
|
7467
7516
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7468
|
-
"line":
|
|
7517
|
+
"line": 216
|
|
7469
7518
|
},
|
|
7470
7519
|
"name": "domainName",
|
|
7471
7520
|
"optional": true,
|
|
@@ -7484,7 +7533,7 @@
|
|
|
7484
7533
|
"immutable": true,
|
|
7485
7534
|
"locationInModule": {
|
|
7486
7535
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7487
|
-
"line":
|
|
7536
|
+
"line": 224
|
|
7488
7537
|
},
|
|
7489
7538
|
"name": "titilerPgstacApiDomainName",
|
|
7490
7539
|
"optional": true,
|
|
@@ -7565,7 +7614,7 @@
|
|
|
7565
7614
|
"kind": "interface",
|
|
7566
7615
|
"locationInModule": {
|
|
7567
7616
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7568
|
-
"line":
|
|
7617
|
+
"line": 97
|
|
7569
7618
|
},
|
|
7570
7619
|
"name": "TitilerPgstacApiLambdaRuntimeProps",
|
|
7571
7620
|
"properties": [
|
|
@@ -7578,7 +7627,7 @@
|
|
|
7578
7627
|
"immutable": true,
|
|
7579
7628
|
"locationInModule": {
|
|
7580
7629
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7581
|
-
"line":
|
|
7630
|
+
"line": 106
|
|
7582
7631
|
},
|
|
7583
7632
|
"name": "db",
|
|
7584
7633
|
"type": {
|
|
@@ -7603,7 +7652,7 @@
|
|
|
7603
7652
|
"immutable": true,
|
|
7604
7653
|
"locationInModule": {
|
|
7605
7654
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7606
|
-
"line":
|
|
7655
|
+
"line": 116
|
|
7607
7656
|
},
|
|
7608
7657
|
"name": "dbSecret",
|
|
7609
7658
|
"type": {
|
|
@@ -7620,7 +7669,7 @@
|
|
|
7620
7669
|
"immutable": true,
|
|
7621
7670
|
"locationInModule": {
|
|
7622
7671
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7623
|
-
"line":
|
|
7672
|
+
"line": 122
|
|
7624
7673
|
},
|
|
7625
7674
|
"name": "apiEnv",
|
|
7626
7675
|
"optional": true,
|
|
@@ -7642,7 +7691,7 @@
|
|
|
7642
7691
|
"immutable": true,
|
|
7643
7692
|
"locationInModule": {
|
|
7644
7693
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7645
|
-
"line":
|
|
7694
|
+
"line": 127
|
|
7646
7695
|
},
|
|
7647
7696
|
"name": "buckets",
|
|
7648
7697
|
"optional": true,
|
|
@@ -7655,6 +7704,26 @@
|
|
|
7655
7704
|
}
|
|
7656
7705
|
}
|
|
7657
7706
|
},
|
|
7707
|
+
{
|
|
7708
|
+
"abstract": true,
|
|
7709
|
+
"docs": {
|
|
7710
|
+
"default": "false",
|
|
7711
|
+
"remarks": "SnapStart creates a snapshot of the initialized Lambda function, allowing new instances\nto start from this pre-initialized state instead of starting from scratch.\n\nBenefits:\n- Significantly reduces cold start times (typically 10x faster)\n- Improves API response time for infrequent requests\n\nConsiderations:\n- Additional cost: charges for snapshot storage and restore operations\n- Requires Lambda versioning (automatically configured by this construct)\n- Database connections are recreated on restore using snapshot lifecycle hooks",
|
|
7712
|
+
"see": "https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html",
|
|
7713
|
+
"stability": "experimental",
|
|
7714
|
+
"summary": "Enable SnapStart to reduce cold start latency."
|
|
7715
|
+
},
|
|
7716
|
+
"immutable": true,
|
|
7717
|
+
"locationInModule": {
|
|
7718
|
+
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7719
|
+
"line": 147
|
|
7720
|
+
},
|
|
7721
|
+
"name": "enableSnapStart",
|
|
7722
|
+
"optional": true,
|
|
7723
|
+
"type": {
|
|
7724
|
+
"primitive": "boolean"
|
|
7725
|
+
}
|
|
7726
|
+
},
|
|
7658
7727
|
{
|
|
7659
7728
|
"abstract": true,
|
|
7660
7729
|
"docs": {
|
|
@@ -7665,7 +7734,7 @@
|
|
|
7665
7734
|
"immutable": true,
|
|
7666
7735
|
"locationInModule": {
|
|
7667
7736
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7668
|
-
"line":
|
|
7737
|
+
"line": 154
|
|
7669
7738
|
},
|
|
7670
7739
|
"name": "lambdaFunctionOptions",
|
|
7671
7740
|
"optional": true,
|
|
@@ -7682,7 +7751,7 @@
|
|
|
7682
7751
|
"immutable": true,
|
|
7683
7752
|
"locationInModule": {
|
|
7684
7753
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7685
|
-
"line":
|
|
7754
|
+
"line": 111
|
|
7686
7755
|
},
|
|
7687
7756
|
"name": "subnetSelection",
|
|
7688
7757
|
"optional": true,
|
|
@@ -7699,7 +7768,7 @@
|
|
|
7699
7768
|
"immutable": true,
|
|
7700
7769
|
"locationInModule": {
|
|
7701
7770
|
"filename": "lib/titiler-pgstac-api/index.ts",
|
|
7702
|
-
"line":
|
|
7771
|
+
"line": 101
|
|
7703
7772
|
},
|
|
7704
7773
|
"name": "vpc",
|
|
7705
7774
|
"optional": true,
|
|
@@ -7711,6 +7780,6 @@
|
|
|
7711
7780
|
"symbolId": "lib/titiler-pgstac-api/index:TitilerPgstacApiLambdaRuntimeProps"
|
|
7712
7781
|
}
|
|
7713
7782
|
},
|
|
7714
|
-
"version": "10.
|
|
7715
|
-
"fingerprint": "
|
|
7783
|
+
"version": "10.3.0",
|
|
7784
|
+
"fingerprint": "63xTPELHrRAOhjd1+YrjEGc7Sw2sdoryB8QFyf/zJ2U="
|
|
7716
7785
|
}
|