fluent-plugin-dynamodb-alt
Alternative fluent plugin to output to DynamoDB.
Features
- Use PutItem Acrion
- Sort the records in the timestamp key.
- Aggregate the records in the primary key.
- Support Expected constraint
Installation
bundle install
bundle exec rake install
Configuration
<match tag>
type dynamodb_alt
aws_key_id AKIAIOSFODNN7EXAMPLE
aws_sec_key wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
region ap-northeast-1
table_name my_table
timestamp_key timestamp
#concurrency 1
# see http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html#DDB-PutItem-request-Expected
#expected id NULL,timestamp LT ${timestamp},key EQ "val"
#conditional_operator OR
#include_time_key false
#include_tag_key false
</match>
