Skip to content
SP StackPractices

Tag: audit-log

Browse 1 practical software engineering resources tagged with "audit-log". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving audit-log.

Serverless Event Sourcing Pattern

Store function state as an append-only event log so workflows can be replayed, audited, and recovered without a persistent database.