Unfortunately I don't know of any current integration tools, and I don't know much about DynamoDB. I might reach out to the team there to see if they have any ideas or tools you could use.
At the very least, you should be able to use a proto serialization method like SerializeToArray <https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.message_lite#MessageLite.SerializeToArray.details> to get a byte representation to save. On Tuesday, January 4, 2022 at 5:15:45 AM UTC-8 [email protected] wrote: > Hi , > > I am trying to use protobuff to generate serialized data and want to save > in dynamo data to reduce the data size. > > is there any way to do so ? > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/5c6b335d-c12f-41f3-9054-eaacb238ef02n%40googlegroups.com.
