brexhq / substation

Substation is a toolkit for routing, normalizing, and enriching security event and audit logs.
https://substation.readme.io
MIT License
330 stars 21 forks source link

feat: Add Sort Key Support to the AWS DynamoDB KV Store #68

Closed jshlbrd closed 1 year ago

jshlbrd commented 1 year ago

Description

Motivation and Context

This is an addendum to #66 to provide support for DynamoDB tables that follow single-table design, fix a bug in the KV store cache-aside pattern, and clean up some Terraform modules.

How Has This Been Tested?

Integration tested with DynamoDB tables that use primary keys (partition key) and composite primary keys (partition key and sort key).

Types of changes

Checklist: