aws dynamodb create-table
–table-name MiTabla
–attribute-definitions
AttributeName=ID,AttributeType=N
AttributeName=Fecha,AttributeType=S
–key-schema
AttributeName=ID,KeyType=HASH
AttributeName=Fecha,KeyType=RANGE
–provisioned-throughput
ReadCapacityUnits=5,WriteCapacityUnits=5
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?