9f94103c57
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---
11 lines
202 B
JSON
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"
|
|
}
|
|
}
|