Skip to content

brunoabude/dynamod-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynaMod

Lab project for testing out a Unit Of Work/Session Manager for DynamoDb.

The main goal is to play around with things like:

  • Fluent Mapping for the models DB representation
  • AWS Requests from scrath: Serialization and AWS Signature Version 4
  • Source Generators, mostly for creating API Request/Response serializers
  • Optimistic Locks using Condition Expressions
  • Constraints using Condition Expressions
  • Relationships. Although not very performatic for complex graphs of relationships, it is possible to model relational entities in dynamo.
  • Sessions, implementing the Unit of Work pattern using Dynamo Transactions Api.

About

Lab project for testing out a Unit Of Work/Session Manager for DynamoDb.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages