Yandex Function for integration Yandex API Gateway with DynamoDB API-compatible databases.
Connector implements next DynamoDB commands and their parameters:
- GetItem
- TableName
- Key
- PutItem
- TableName
- Item
- UpdateItem
- TableName
- Key
- UpdateExpression
- ExpressionAttributeValues
- DeleteItem
- TableName
- Key
- Scan
- TableName
- Limit
- ExclusiveStartKey
To start using, look at the examples.