aws-appsync-community
aws-appsync-community copied to clipboard
Support for typeHint.BLOB (@aws-appsync/utils/rds)
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.