fluent-plugin-dynamodb icon indicating copy to clipboard operation
fluent-plugin-dynamodb copied to clipboard

Multiple writes per event

Open edjames opened this issue 10 years ago • 0 comments

The example in the README describes pushing standard log file entries to DynamoDB. However, I'm looking to do something a little more complex:

  • for each event I only want to send a single value to DynamoDB (e.g. incrementing a counter)
  • I need complete control over the DynamoDB key, using both a hash and range key
  • for each event I need to do multiple writes to DynamoDB, with each write going to a different table

Is this possible using this plugin, and if so, how would I do that? Any help/advice would be much appreciated.

Thanks.

edjames avatar Aug 05 '15 15:08 edjames