Skip to content

Commit

Permalink
Update put_NBA_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywangballer committed Apr 10, 2021
1 parent c9f9673 commit ec4ea3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PutNBADataFunction/put_NBA_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def create_table():
{'AttributeName': 'TEAM_ID', 'AttributeType': 'N'}
],
ProvisionedThroughput={
'ReadCapacityUnits': 1,
'WriteCapacityUnits': 1
'ReadCapacityUnits': 10,
'WriteCapacityUnits': 10
}
)
table.wait_until_exists()
Expand Down

0 comments on commit ec4ea3e

Please sign in to comment.