Replies: 1 comment 1 reply
-
I see that this feature is already implemented in eoapi-template + eoapi-cdk! https://github.com/developmentseed/eoapi-template/blob/main/config.py#L44-L46 https://github.com/developmentseed/eoapi-template/blob/main/eoapi_template/pgStacInfra.py#L37-L51 I'm excited to see how this repo starts to incorporate the infrastructure from eoapi-cdk. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Related to discussion about configuring the database for higher concurrency in #121, it would be nice to be able to set the size of the burstable db instance from an environment variable rather than always defaulting to t3.small.
e.g.
CDK_EOAPI_DB_SIZE=large
https://github.com/developmentseed/eoAPI/blob/main/infrastructure/aws/cdk/app.py#L162-L164
Beta Was this translation helpful? Give feedback.
All reactions