An open API service indexing awesome lists of open source software.

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.

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).