Release-state example
The release-state example shows how TableTheory models protected release records, write policies, and transactional state transitions.
- Source:
examples/release-state - Concept guide: Release State Patterns
- Runtime contract: Contract Scenarios
Use this example when a consumer needs append-only or protected state transitions on top of DynamoDB transactions. The pattern is additive and does not weaken optimistic locking or fail-closed encryption semantics.