awswrangler.dynamodb.get_table

awswrangler.dynamodb.get_table(table_name: str, boto3_session: boto3.Session | None = None) Table

Get DynamoDB table object for specified table name.

Parameters:
  • table_name (str) – Name of the Amazon DynamoDB table.

  • boto3_session (boto3.Session | None) – The default boto3 session will be used if boto3_session is None.

Return type:

Table

Returns:

Boto3 DynamoDB.Table object. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Table