Opinionated structure under a configurable root (default: tables):
tables/
table.template.yml # optional baseline for non-generated Properties
001/
entityManager.ts # EM for this version (or fallback to earlier)
table.yml # full AWS::DynamoDB::Table resource
transform.ts # optional per-step transforms
002/
...
Tokens (configurable)
table (table.yml)entityManager (entityManager.ts/.js)transform (transform.ts/.js)Fallback EntityManager resolution
Notes
001, 002).Related