[RDSDataService] typeHint parameter is not recognized #4158
Unanswered
sentientmachin3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working with the RDSDataService, and I'm trying to run the
batchExecuteStatement
method. For some kind of reason, passing as parameter (besides the sql string and the resource configuration)results in the method throwing this exception
UnexpectedParameter: Unexpected key 'typeHint' found in params.parameterSets[0][0].
I do not understand why, since the query parameters look the same as in the aws doc (https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/RDSDataService.html#batchExecuteStatement-property).
The query is a simple
INSERT INTO alarms_log VALUES(:id, :meta);
statementBeta Was this translation helpful? Give feedback.
All reactions