matanolabs / matano

Open source security data lake for threat hunting, detection & response, and cybersecurity analytics at petabyte scale on AWS
https://matano.dev
Apache License 2.0
1.46k stars 100 forks source link

fix: Don't inline Iceberg schema as CFN property #137

Closed Samrose-Ahmed closed 1 year ago

Samrose-Ahmed commented 1 year ago

Large schemas cause CFN Template limits. This change moves schemas to S3 via Assets and tracks CFN property updates using the hash.

fixes #45