https://github.com/yandex-cloud-examples/yc-serverless-ydb-api
Terraform module for building Serverless HTTP API over Yandex Managed Service for YDB.
https://github.com/yandex-cloud-examples/yc-serverless-ydb-api
api-gateway dynamodb-connector serverless yandex-cloud yandex-function yandexcloud ydb
Last synced: 1 day ago
JSON representation
Terraform module for building Serverless HTTP API over Yandex Managed Service for YDB.
- Host: GitHub
- URL: https://github.com/yandex-cloud-examples/yc-serverless-ydb-api
- Owner: yandex-cloud-examples
- License: apache-2.0
- Created: 2024-03-13T19:49:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T11:08:10.000Z (about 1 year ago)
- Last Synced: 2026-04-21T19:58:21.418Z (2 months ago)
- Topics: api-gateway, dynamodb-connector, serverless, yandex-cloud, yandex-function, yandexcloud, ydb
- Language: HCL
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Terraform module for building Serverless HTTP API over Yandex Managed Service for YDB
This module allows build simple Serverless HTTP API over your data stored
in [Yandex Managed Service for YDB](https://cloud.yandex.com/en-ru/services/ydb) quickly and easily.
API consists of [API Gateway](https://cloud.yandex.ru/services/api-gateway)
, [Yandex Function](https://cloud.yandex.ru/services/functions)
with [DynamoDB Connector](https://bb.yandex-team.ru/users/vvkuz/repos/apigw-dynamodb-connector) and
[YDB](https://cloud.yandex.com/en-ru/services/ydb).
To start using, look at the [examples](examples).