brexhq / substation

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

fix(transform): AWS DynamoDB Send Payload #166

Closed jshlbrd closed 5 months ago

jshlbrd commented 5 months ago

Description

Motivation and Context

The transform sends the message data, but has broken support for sending a JSON value from the message. This removes the broken support and makes it so this has same behavior as every other send transform (sends message data only).

How Has This Been Tested?

This was caught during an E2E example test.

Types of changes

Checklist: