Databases
Sureva database services are provisioned from the frontend. App code should use this section to understand which databases are available and how to connect to them at runtime.
Available databases
Section titled “Available databases”| Database service | App types | Runtime contract | Guide |
|---|---|---|---|
| DynamoDB-backed Managed KVS | api, web-ssr, sse | SUREVA_KVS_URL and SUREVA_KVS_TOKEN are injected into the app Lambda runtime after the frontend enables the service. | Use DynamoDB-backed Managed KVS |
Static web apps do not receive backend database credentials because browser-delivered secrets would expose storage access.
How to use this catalog
Section titled “How to use this catalog”- Open the app in the Sureva frontend.
- Review the Databases section to see which services are available for the app type.
- Enable the selected service from the frontend.
- Follow the service guide for the runtime variables, request shape, limits, and error handling.
The frontend owns provisioning. Application code should not call control-plane creation endpoints directly.