dynamite

DynamoDbClient on steroids

MIT License

Downloads
1.8K
Stars
3
Committers
2

Bot releases are hidden (Show)

dynamite - v0.0.4 Latest Release

Published by pizzaminded over 2 years ago

[0.0.4] - 2022-06-05

Changed:

  • Renamed Dynamite class to ItemManager
  • Renamed DynamiteRegistry to ItemManagerRegistry

Removed

  • Moved Symfony Bundle to separate project
dynamite - v0.0.3

Published by pizzaminded over 3 years ago

[0.0.3] - 2021-03-13

Added:

  • Changing case of params injected to keys in @DuplicateTo
dynamite - v0.0.2

Published by pizzaminded over 3 years ago

[0.0.2] - 2021-01-30

Added

  • Support for collection of objects passed to NestedValueObjectAttribute

Fixed

  • AbstractAttribute#assertPropertiesPresence now returns an exception with valid Attribute FQCN
  • changed test paths in psalm config
dynamite - 0.0.1

Published by pizzaminded almost 4 years ago

[0.0.1] - 2021-01-09

Added

  • DynamiteRegistry for managing multiple DynamoDbClients
  • Added DuplicateTo annotation handling
  • Added DynamiteTestSuiteHelperTrait util for unit tests
  • Added Symfony bundle and jadob/jadob service provider
  • Added SingleTableService#writeRequestBatch method
  • Added class stubs for DynamoDB API requests/responses
  • Added QueryIterator
  • Added CachedItemMappingReader
  • Getting and putting an item in ItemRepository
  • Support for custom ItemRepository classes

Changed

  • New project directory structure
  • NestedItem config is now stored in ItemMapping