release-state

command
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

README

Release-State Registry Example

This example shows the Go shape for a safety-critical release-state registry:

  • a mutable actual-state row with protected registry pin fields;
  • immutable write-once event-history rows;
  • immutable outbox rows for external side effects;
  • deterministic provenance/confidence metadata;
  • a transactional actual-state transition plus event append.

The example does not perform a Lambda alias or CodePipeline side effect. Those systems are outside DynamoDB's transaction boundary and must be handled with explicit outbox, retry, and reconciliation behavior.

See the shared release-state safety patterns guide for the full rationale and the TypeScript/Python companion examples.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL