You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ddb-publisher): document local DynamoDB usage and add sample config store
- add a short README for the ddb-publisher CLI
- document running the CLI against a local DynamoDB container
- add AWS CLI instructions to create the local supplier config table
- add a minimal example config store under tests/example-config-store
- rename the package script from start to cli for clearer CLI usage
- allow localhost DynamoDB endpoints to use default local fake credentials
- rename audit result field from blocking to blockingRecords for clarity
- update audit and run tests to match the new audit shape
- add coverage for local vs non-local endpoint credential handling
`ddb-publisher` reads supplier config JSON files from a directory, validates them against the event schemas, audits existing records in DynamoDB, then publishes the records into the target table.
0 commit comments