Using Python SDK for AWS I can write a Python script using boto3 to create a table in Dynamo DB as such:
$pip install boto3 import boto3 table_name = \'Students\