-
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
Like S3, DynamoDB is one of the core services of AWS. It's a serverless document database. It would be great to have it in this library.
Documentation: https://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-dynamodb.html
There is a few methods to implement:
- BatchGetItem
- BatchWriteItem
- CreateTable
- DeleteItem
- DeleteTable
- DescribeTable
- GetItem
- ListTables
- PutItem
- Query
- Scan
- UpdateItem
- UpdateTable
Generic use-cases:
- Session handler https://docs.aws.amazon.com/aws-sdk-php/v2/guide/feature-dynamodb-session-handler.html
- Distributed lock https://aws.amazon.com/blogs/database/building-distributed-locks-with-the-dynamodb-lock-client/
- Sémaphore https://boylesoftware.com/blog/convenient-semaphore-dynamodb/
- Others https://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-dynamodb.html
Metadata
Metadata
Assignees
Labels
No labels