(aws-dynamodb): TableV2 should explicitly document that it translate to a CFN AWS::DynamoDB::GlobalTable #32407
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
p3
Describe the issue
Most of the external documentation seems to indicate that
TableV2
(andAWS::DynamoDB::GlobalTable
) should be preferred going forward.TableV2
should be used going forward.However,
AWS::DynamoDB::GlobalTable
is different toAWS::DynamoDB::Table
and the distinction should be made in the docstring at minimum so that users are aware of the differences.Related: #28976
Links
The existing CDK documentation does not make a clear distinction between the two constructs:
Table
TableV2
The text was updated successfully, but these errors were encountered: