A type mismatch error is usually found in the context of strong typed languages.
My AWS Lambda calls a DynamoDB based on this answer: https://stackoverflow.com/a/33649402/495455 import json import boto3 client = boto3.…
aws-lambda amazon-dynamodb aws-sdk type-mismatch