aws-appsync-community icon indicating copy to clipboard operation
aws-appsync-community copied to clipboard

Support for typeHint.BLOB (@aws-appsync/utils/rds)

Open tsuga opened this issue 7 months ago • 0 comments

With RDS, there are various use cases to have columns with bytes (e.g. bytea type on postgresql) for images etc. Though RDS Data API supports 'blobValue' it is not possible with @aws-appsync/utils/rds as the 'typeHint' helper does not support it.

tsuga avatar Jul 15 '25 11:07 tsuga