What's Changed
[1.3.33] — 2026-05-09
Added
- CloudFormation
AWS::DynamoDB::GlobalTable— covers the schema CDKTableV2emits. HonorsKeySchema,AttributeDefinitions,BillingMode,StreamSpecification,GlobalSecondaryIndexes,LocalSecondaryIndexes,SSESpecification,TimeToLiveSpecification, andTableName. For PROVISIONED billing,WriteProvisionedThroughputSettings.WriteCapacityAutoScalingSettings.MinCapacityandReadProvisionedThroughputSettings.ReadCapacityAutoScalingSettings.MinCapacityare translated to the engine's staticProvisionedThroughput.{Write,Read}CapacityUnits(since a single-process emulator doesn't simulate auto-scaling).Replicasis accepted and ignored — cross-region replication has no meaning here — along withMultiRegionConsistency,GlobalTableWitnesses,GlobalTableSourceArn,WarmThroughput,ReadOnDemandThroughputSettings, andWriteOnDemandThroughputSettings. Stacks that mixAWS::DynamoDB::TableandAWS::DynamoDB::GlobalTabledeploy unmodified. Reported by @youngkwangk.