skip to Main Content

Creating DynamoDB Table in CLI

I created a DynamoDB table and was running the following command in the CLI aws dynamodb put-item --table-name NBATeams --item '{"Team": {"S": "Team Name"},"Title": {"S": "Suns"}}' --region us-east-1 but I keep getting "An error occurred (ValidationException) when calling the PutItem…

VIEW QUESTION
Back To Top
Search