AtfDynamo
AtfDynamo creates DynamoDB tables from DynamoTableConfig entries, supporting composite keys, GSIs (ALL/KEYS_ONLY/INCLUDE), streams, TTL, and PROVISIONED or PAY_PER_REQUEST billing. Because config extends Omit<TableProps>, every CDK Table prop is available.
When to reach for it
Section titled “When to reach for it”Use it for all DynamoDB tables. Note: the table’s constructId is its CloudFormation logical ID (user-controlled) — see DynamoDB Tables.
Composition
Section titled “Composition”Composed by DataStack (DATA_STACK_IDS.dynamo); writes table name/ARN/stream ARN to SSM.
Props & API
Section titled “Props & API”AtfDynamo extends its CDK counterpart, and its props extend Omit<CdkProps> — every CDK prop the framework doesn’t own is available directly, with full autocomplete. The complete, always-current prop interface is generated from the source in the API reference. See also Axis IS CDK for the extend-never-wrap contract.
© 2026 Axis Tech. Powered by axis-tech.co.