eoapi-cdk 10.2.5 → 10.4.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 +231 -32
- package/lib/bastion-host/index.js +1 -1
- package/lib/database/index.js +1 -1
- package/lib/ingestor-api/index.js +1 -1
- 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 +11 -5
- package/lib/stac-api/runtime/Dockerfile +25 -6
- package/lib/stac-api/runtime/pyproject.toml +14 -0
- package/lib/stac-api/runtime/src/stac_api/handler.py +135 -0
- package/lib/stac-api/runtime/uv.lock +855 -0
- package/lib/stac-auth-proxy/index.js +4 -4
- package/lib/stac-auth-proxy/runtime/Dockerfile +13 -6
- package/lib/stac-auth-proxy/runtime/pyproject.toml +13 -0
- package/lib/stac-auth-proxy/runtime/uv.lock +820 -0
- package/lib/stac-browser/index.js +1 -1
- package/lib/stac-loader/index.js +2 -2
- package/lib/stac-loader/runtime/Dockerfile +15 -7
- package/lib/stac-loader/runtime/pyproject.toml +6 -2
- package/lib/stac-loader/runtime/uv.lock +593 -0
- package/lib/stactools-item-generator/index.js +1 -1
- package/lib/stactools-item-generator/runtime/Dockerfile +10 -8
- package/lib/stactools-item-generator/runtime/pyproject.toml +1 -1
- package/lib/stactools-item-generator/runtime/uv.lock +177 -0
- package/lib/tipg-api/index.d.ts +19 -0
- package/lib/tipg-api/index.js +11 -5
- package/lib/tipg-api/runtime/Dockerfile +24 -13
- package/lib/tipg-api/runtime/pyproject.toml +13 -0
- package/lib/tipg-api/runtime/src/tipg_api/handler.py +123 -0
- package/lib/tipg-api/runtime/uv.lock +810 -0
- package/lib/titiler-pgstac-api/index.d.ts +19 -0
- package/lib/titiler-pgstac-api/index.js +11 -5
- package/lib/titiler-pgstac-api/runtime/Dockerfile +27 -19
- package/lib/titiler-pgstac-api/runtime/pyproject.toml +19 -0
- package/lib/titiler-pgstac-api/runtime/src/titiler_pgstac_api/handler.py +92 -0
- package/lib/titiler-pgstac-api/runtime/uv.lock +1073 -0
- package/package.json +9 -9
- package/pyproject.toml +13 -6
- package/uv.lock +1373 -185
- package/lib/stac-api/runtime/requirements.txt +0 -2
- package/lib/stac-api/runtime/src/handler.py +0 -54
- package/lib/tipg-api/runtime/requirements.txt +0 -1
- package/lib/tipg-api/runtime/src/handler.py +0 -51
- package/lib/titiler-pgstac-api/runtime/dev_requirements.txt +0 -2
- package/lib/titiler-pgstac-api/runtime/requirements.txt +0 -4
- package/lib/titiler-pgstac-api/runtime/src/handler.py +0 -35
- /package/lib/stac-api/runtime/src/{__init__.py → stac_api/__init__.py} +0 -0
- /package/lib/stac-auth-proxy/runtime/src/{__init__.py → stac_auth_proxy_api/__init__.py} +0 -0
- /package/lib/stac-auth-proxy/runtime/src/{handler.py → stac_auth_proxy_api/handler.py} +0 -0
- /package/lib/tipg-api/runtime/src/{__init__.py → tipg_api/__init__.py} +0 -0
- /package/lib/titiler-pgstac-api/runtime/src/{__init__.py → titiler_pgstac_api/__init__.py} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eoapi-cdk",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.4.0",
|
|
4
4
|
"description": "A set of constructs deploying pgSTAC with CDK",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.3",
|
|
43
43
|
"@semantic-release/changelog": "^6.0.3",
|
|
44
44
|
"@semantic-release/git": "^10.0.1",
|
|
45
|
-
"@types/node": "^
|
|
46
|
-
"aws-cdk-lib": "^2.
|
|
45
|
+
"@types/node": "^24.9.1",
|
|
46
|
+
"aws-cdk-lib": "^2.220.0",
|
|
47
47
|
"constructs": "10.4.2",
|
|
48
|
-
"jsii": "5.9.
|
|
49
|
-
"jsii-docgen": "10.
|
|
50
|
-
"jsii-pacmak": "1.
|
|
48
|
+
"jsii": "5.9.10",
|
|
49
|
+
"jsii-docgen": "10.11.0",
|
|
50
|
+
"jsii-pacmak": "1.117.0",
|
|
51
51
|
"nodemon": "^3.1.10",
|
|
52
52
|
"npm-run-all": "^4.1.5",
|
|
53
|
-
"prettier": "^
|
|
54
|
-
"semantic-release": "^
|
|
53
|
+
"prettier": "^3.6.2",
|
|
54
|
+
"semantic-release": "^25.0.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"aws-cdk-lib": "^2.
|
|
57
|
+
"aws-cdk-lib": "^2.220.0",
|
|
58
58
|
"constructs": "^10.4.2"
|
|
59
59
|
},
|
|
60
60
|
"release": {
|
package/pyproject.toml
CHANGED
|
@@ -2,18 +2,25 @@
|
|
|
2
2
|
name = "eoapi-cdk"
|
|
3
3
|
version = "0.0"
|
|
4
4
|
requires-python = ">=3.12"
|
|
5
|
-
dependencies = [
|
|
5
|
+
dependencies = [
|
|
6
|
+
"stac-api",
|
|
7
|
+
"tipg-api",
|
|
8
|
+
"titiler-pgstac-api",
|
|
9
|
+
"stac-loader",
|
|
10
|
+
"stactools-item-generator",
|
|
11
|
+
]
|
|
6
12
|
|
|
7
13
|
[tool.uv.sources]
|
|
8
|
-
stactools-item-generator = {
|
|
9
|
-
stac-loader = {
|
|
14
|
+
stactools-item-generator = { path = "lib/stactools-item-generator/runtime" }
|
|
15
|
+
stac-loader = { path = "lib/stac-loader/runtime" }
|
|
16
|
+
tipg-api = { path = "lib/tipg-api/runtime" }
|
|
17
|
+
titiler-pgstac-api = { path = "lib/titiler-pgstac-api/runtime" }
|
|
18
|
+
stac-api = { path = "lib/stac-api/runtime" }
|
|
10
19
|
|
|
11
|
-
[tool.uv.workspace]
|
|
12
|
-
members = ["lib/stac-loader/runtime", "lib/stactools-item-generator/runtime"]
|
|
13
20
|
|
|
14
21
|
[dependency-groups]
|
|
15
22
|
deploy = [
|
|
16
|
-
"aws-cdk-lib==2.
|
|
23
|
+
"aws-cdk-lib==2.220.0",
|
|
17
24
|
"constructs==10.3.0",
|
|
18
25
|
"pydantic>=2.11.5",
|
|
19
26
|
"pydantic-settings[yaml]>=2.8.1",
|