Jeremy Daly
Jeremy Daly
I'm still getting `"BadRequestException: Array parameters are not supported."` using the MySQL version. If there is something I'm missing, let me know. See here: https://github.com/aws/aws-sdk-js/issues/2993
Hi Matt, A TypeScript declaration file is on my list of TODOs. The typing will need to be a bit more complex than what you've got. The `config` object stores...
@ffxsam, any interest in working on this?
This looks like a Postgres error. Are you able to run a smaller batch?
@ffxsam Any thoughts on this? Haven't seen this error with batches before.
The library itself does not incorporate any of the above mentioned workarounds, only what the AWS SDK provides. If you have specific proposals, please add them as issues or PRs.
Hi @abhishekchouhan. Unfortunately, the interface to the Data API is proprietary to AWS, so you'd need to monkey patch it to create local tests.
Sorry for the delay @GeertWille. I've been working on the TypeScript conversion. This addition makes sense, but I'm not sure `inverseTransform` is the right label. Maybe `format` would be better?...
Hi @GeertWille, I just released v0.3, but didn't get a chance to get this in. I'm planning on implementing this soon.
@naorpeled - can you take a look at this?