DynamoDB create tables in local machine
问题 I have downloaded DynamoDB jars to my local windows machine and able to start service using command below. java -jar DynamoDBLocal.jar -dbPath . i can access the web console using localhost:8000/shell/ However, I am not sure how to create table, can someone give me the syntax and any examples if I want to create table with below details, how to do and insert the data? Table: student columns: sid, firstname, lastname, address. Appreciate your inputs. 回答1: The documentation can be a bit