Skip to content

AWS DynamoDB support #302

@GromNaN

Description

@GromNaN

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions