The AWS SDK for the Data API supports a "formatRecordsAs" parameter on the ExecuteStatementCommand object, with default value of "NONE" and possible value of "JSON".
See details at:
If formatRecordsAs = 'JSON', then the result of ExecuteStatementCommand includes a single (JSON-formatted) string in ExecuteStatementResponse.formattedRecords.
It would be great to support this parameter in local development for ExecuteStatementCommand (via updating ExecuteStatementRequest and ExecuteStatementResponse).
But also this library is great :). Thank you.
The AWS SDK for the Data API supports a "formatRecordsAs" parameter on the
ExecuteStatementCommandobject, with default value of "NONE" and possible value of "JSON".See details at:
If
formatRecordsAs = 'JSON', then the result ofExecuteStatementCommandincludes a single (JSON-formatted) string inExecuteStatementResponse.formattedRecords.It would be great to support this parameter in local development for
ExecuteStatementCommand(via updatingExecuteStatementRequestandExecuteStatementResponse).But also this library is great :). Thank you.