serverless-analytics
serverless-analytics copied to clipboard
Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
Just to start a discussion, I guess I want some feedback here as well. Why not store the data in S3? As far as I can see, the counters are...
I'm getting the following issues during deployment: ``` $ serverless deploy Serverless: Configure DynamoDB Auto Scaling … Serverless: - Building configuration for resource "table/DynamoDBTable" Serverless: Added DynamoDB Auto Scaling to...
First off, great blog article and great example that you have shown ..really great. This is not an issue I am raising, more a question I wanted to ask... I...
Hey Sebastian, this looks awesome! Great job, I was googling how to make my own analytics with JS & PHP (Laravel) and stumbled upon your project. Which seems to be...
Hi all, I am trying to send a window of logs of kinesis analytics into a single kinesis stream (output)record. I was wondering if it is possible. Thanks, David
Currently all events are stored using the same hardcoded partition key: https://github.com/sbstjn/serverless-analytics/blob/1e8f9f448ce36a0a1cdf769f551c9359daa5b7fc/serverless.yml#L194-L195