A Hexagonal application framework for working with Domains designed with HecksDomain.
The application port serves up all the commands available for all aggregates in the domain.
App::Matches.add_goal!(
match,
player: player,
time: Time.now
)
An adapter that will map a Hecks Domain to Dynamodb tables and provide repositories for getting and fetching
App.config do
...
adapter :Dynamodb
end