Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert decoder to shared npm library #41

Open
cavis opened this issue Jun 2, 2022 · 0 comments
Open

Convert decoder to shared npm library #41

cavis opened this issue Jun 2, 2022 · 0 comments
Labels

Comments

@cavis
Copy link
Member

cavis commented Jun 2, 2022

There's a fair amount of overlap between this repo's decoder and the analytics-ingest-lambda inputs. They need to take in variable kinesis-y inputs, and turn that into "log-lines/records". Though with CloudFront inputs, the format may vary a bit, and needs to be configurable. But this feels ripe for conversion to a shared library, as we start thinking about breaking apart the analytics-ingest-lambda.

Support inputs:

  • Unencoded kinesis records (try JSON)
  • CloudWatch log subscription gzip+base64 lines (try JSON)
  • CloudFront realtime logs (configurable)
  • CloudFront standard logs (delivered through ??? kinesis ???)
@cavis cavis added the medium label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant