I'm trying to access AWS QLDB via API gateway and a Lambda expression but can't find any documentation on it, can anyone tell me if this is possible?
The plan is for an open API so that it is language agnostic but all I can find is reference to installing the driver in the client, but as the driver is only really available in Java it's pretty restrictive. Have I missed something or is that the only way at present? Is there a better approach maybe?
Would really appreciate a nudge in the right direction.