Simple serverless analytics. Just send events at it and it'll store them in an S3 bucket for 90 days.
lambda
- the serverless lambda code to deploy to AWSvanilla
- example vanilla JS usagetsreact
- example TypeScript and React usageviewer
- an analytics event browser
- Deploy the contents of
lambda
- Start collecting events in your app, following the code samples in
vanilla
ortsreact
- View the results in
viewer