Re: How to write custom serializer for dynamodb connector

2022-11-09 Thread Danny Cranmer
s >>on Flink in general : >>https://www.youtube.com/channel/UCY8_lgiZLZErZPF47a2hXMA/playlists >> >> >> >> Hope the above helps. >> >> >> >> >> >> A more general question on your use case, what is the reason you want to

Re: How to write custom serializer for dynamodb connector

2022-11-08 Thread Matt Fysh
> Hope the above helps. > > > > > > A more general question on your use case, what is the reason you want to > generate the AttributeValue in a previous operator rather than in the sink > directly? Is it for some dynamic generation of objects to write into DDB? &g

Re: How to write custom serializer for dynamodb connector

2022-11-08 Thread Teoh, Hong
reason you want to generate the AttributeValue in a previous operator rather than in the sink directly? Is it for some dynamic generation of objects to write into DDB? Regards, Hong From: Matt Fysh Date: Tuesday, 8 November 2022 at 14:04 To: User Subject: [EXTERNAL] How to write custom seri

How to write custom serializer for dynamodb connector

2022-11-08 Thread Matt Fysh
I'm attempting to use the dynamodb sink located at https://github.com/apache/flink-connector-aws The example in the repo is worki