natepage/dynamo-db-repository

A simple repository abstraction for AWS DynamoDB

Maintainers

Package info

github.com/natepage/dynamo-db-repository

pkg:composer/natepage/dynamo-db-repository

Statistics

Installs: 10

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-09 18:30 UTC

This package is auto-updated.

Last update: 2026-03-09 18:30:39 UTC


README

A simple repository abstraction for AWS DynamoDB

TODO

  • Implement abstraction based on learnings from previous projects
  • Auto mapping of objects to DynamoDB items (PropertyTypeInfo, DoctrineMetadata, etc.)
  • Implement package specific exceptions
  • Implement a registry to get repository instances by class name
  • Implement Symfony bundle
  • Implement Doctrine bridge to seamlessly use the repository with Doctrine entities