Skip to content

Commit ed3b836

Browse files
chore: rename package to eoapi-cdk (#58)
* chore: rename package to eoapi-cdk * chore: revert repository name for build
1 parent 097889d commit ed3b836

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ eoapi-cdk is a package of [AWS CDK constructs](https://docs.aws.amazon.com/presc
66
For more background on the included services see [The Earth Observation API](https://eoapi.dev/)
77

88
## Included constructs
9-
Detailed API docs for the constructs can be found [here](https://developmentseed.org/cdk-pgstac/).
9+
Detailed API docs for the constructs can be found [here](https://developmentseed.org/eoapi-cdk/).
1010

11-
### [pgSTAC Database](https://developmentseed.org/cdk-pgstac/#pgstacdatabase-)
11+
### [pgSTAC Database](https://developmentseed.org/eoapi-cdk/#pgstacdatabase-)
1212
An [RDS](https://aws.amazon.com/rds/) instance with [pgSTAC](https://github.com/stac-utils/pgstac) installed and the Postgres parameters optimized for the selected instance type.
1313

14-
### [STAC API](https://developmentseed.org/cdk-pgstac/#pgstacapilambda-)
14+
### [STAC API](https://developmentseed.org/eoapi-cdk/#pgstacapilambda-)
1515
A STAC API implementation using [stac-fastapi](https://github.com/stac-utils/stac-fastapi) with a [pgSTAC backend](https://github.com/stac-utils/stac-fastapi-pgstac). Packaged as a complete runtime for deployment with API Gateway and Lambda.
1616

17-
### [pgSTAC Titiler API](https://developmentseed.org/cdk-pgstac/#titilerpgstacapilambda-)
17+
### [pgSTAC Titiler API](https://developmentseed.org/eoapi-cdk/#titilerpgstacapilambda-)
1818
A complete dynamic tiling API using [titiler-pgstac](https://github.com/stac-utils/titiler-pgstac) to create dynamic mosaics of assets based on [STAC Search queries](https://github.com/radiantearth/stac-api-spec/tree/master/item-search). Packaged as a complete runtime for deployment with API Gateway and Lambda and fully integrated with the pgSTAC Database construct.
1919

20-
### [STAC Ingestor](https://developmentseed.org/cdk-pgstac/#stacingestor-)
20+
### [STAC Ingestor](https://developmentseed.org/eoapi-cdk/#stacingestor-)
2121
An API for large scale STAC data ingestion and validation into a pgSTAC instance.
2222

2323
![ingestor](/diagrams/ingestor_diagram.png)
@@ -26,20 +26,20 @@ Authentication for the STAC Ingestor API can be configured with JWTs authenticat
2626

2727
A sample Cognito-based authentication system is available at [aws-asdi-auth](https://github.com/developmentseed/aws-asdi-auth).
2828

29-
### [Bastion Host](https://developmentseed.org/cdk-pgstac/#bastionhost-)
29+
### [Bastion Host](https://developmentseed.org/eoapi-cdk/#bastionhost-)
3030
A bastion host is a secure gateway that provides access to resources in a private subnet. In this case it provides the ability to make administrative connections to eoAPI's pgSTAC instance.
3131

3232
![Alt text](/diagrams/bastion_diagram.png)
3333

3434
For more background on bastion hosts in AWS see [this article](https://dev.to/aws-builders/bastion-host-in-aws-vpc-2i63).
3535

36-
And for configuration instructions for this construct see [the docs](https://developmentseed.org/cdk-pgstac/#bastionhost-).
36+
And for configuration instructions for this construct see [the docs](https://developmentseed.org/eoapi-cdk/#bastionhost-).
3737

3838

3939
## Published Packages
4040

41-
- https://pypi.org/project/cdk-pgstac/
42-
- https://www.npmjs.com/package/cdk-pgstac/
41+
- https://pypi.org/project/eoapi-cdk/
42+
- https://www.npmjs.com/package/eoapi-cdk/
4343

4444
## Release
4545

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cdk-pgstac",
2+
"name": "eoapi-cdk",
33
"version": "4.2.3",
44
"description": "A set of constructs deploying pgSTAC with CDK",
55
"main": "lib/index.js",
@@ -31,8 +31,8 @@
3131
"versionFormat": "full",
3232
"targets": {
3333
"python": {
34-
"distName": "cdk-pgstac",
35-
"module": "cdk_pgstac"
34+
"distName": "eoapi-cdk",
35+
"module": "eoapi_cdk"
3636
}
3737
}
3838
},

0 commit comments

Comments
 (0)