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

https://github.com/async-aws/dynamo-db

[READ ONLY] DynamoDB client
https://github.com/async-aws/dynamo-db

dynamodb dynamodb-client

Last synced: 2 months ago
JSON representation

[READ ONLY] DynamoDB client

Awesome Lists containing this project

README

          

# AsyncAws DynamoDb Client

![CI](https://github.com/async-aws/dynamo-db/actions/workflows/ci.yml/badge.svg?branch=master)
![BC Check](https://github.com/async-aws/dynamo-db/actions/workflows/checks.yml/badge.svg?branch=master)

An API client for DynamoDb.

## Install

```cli
composer require async-aws/dynamo-db
```

## Documentation

See https://async-aws.com/clients/dynamodb.html for documentation.

## Contribute

Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/