skip to Main Content

Python AWS Lambda Execution New Update

Update I changed the params to receive the data directly from a JSON dump to see if that fixed the JSON load issue. Received a new error: (b'{n "errorType": "ValidationMetadataException",n "errorMessage": "The a' b'rgument is null or empty. Provide an…

VIEW QUESTION

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