Saltearse al contenido

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.

Database serviceApp typesRuntime contractGuide
DynamoDB-backed Managed KVSapi, web-ssr, sseSUREVA_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.

  1. Open the app in the Sureva frontend.
  2. Review the Databases section to see which services are available for the app type.
  3. Enable the selected service from the frontend.
  4. 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.