fluent-plugin-dynamodb
fluent-plugin-dynamodb copied to clipboard
Multiple writes per event
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.