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.
Warning
This API is deprecated and will be removed in future AWS SDK for Pandas releases.
Note
This function has arguments which can be configured globally through wr.config or environment variables:
Check out the Global Configurations Tutorial for details.
- 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