developmentseed / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)
https://eoapi.dev
MIT License
196 stars 21 forks source link

update deployment guide with a few more details #72

Closed hrodmn closed 1 year ago

hrodmn commented 1 year ago

Here are a few suggested changes to the deployment guide based on my experience with it yesterday. This is a really great tool, I'm excited to replace my cobbled together stac-fastapi-pgstac + titiler-pgstac deployment with this!

The main change I needed to get things running was to add the CDK_EOAPI_STAGE env var to deployment commands because it determines the name of the stack and it needs to be consistent across the steps.

vincentsarago commented 1 year ago

🥳 thanks @hrodmn , really appreciated