aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

Binary data exchange format (BSON, protobuf wire format) #307

Open rinarakaki opened 1 year ago

rinarakaki commented 1 year ago

I’ve been wondering if there’s a way to send/receive data to/from AppSync API in binary format, such as BSON or protobuf, instead of JSON text format. This helps us effortlessly avoid payload limits by AppSync and Lambda as the data source. Thanks.

thenamanpatwari commented 9 months ago

+1