Files
acdl/modules/l1/dynamodb/instance.json
T
Jon Chery 9f94103c57 feat(P02 W0): dynamodb L1 primitive — interface, terraform, registry, tests (REQ-322)
New L1 module modules/l1/dynamodb/ (stack type aws:dynamodb:table).
Terraform aws_dynamodb_table with PK + optional SK, PAY_PER_REQUEST
default, SSE-KMS + PITR + prevent_destroy per v1.8 NFR defaults.
Registry entry (kind l1), catalog row, test_adapter.py updated to
15 entries / 13 L1. 45 tests passing.

---ci---
project: acdl
phase: 2
milestone: v1.26
status: execute
phase_role: execution
wave: 0
requirements: [REQ-322]
---/ci---
2026-08-18 00:22:19 +00:00

11 lines
202 B
JSON

{
"module": "dynamodb",
"version": "1.0.0",
"inputs": {
"table_name": "nova-blockchain-ledger",
"region": "us-east-1",
"pk": "block_index",
"billing_mode": "PAY_PER_REQUEST"
}
}