Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 705 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 705 Bytes

AWS CDK Pixel Tracker

Map of AWS Services in this project, from left to right: Browser, API Gateway, Kinesis Firehose, S3

This project is a simple implementation of a pixel tracker using the AWS CDK. This stack exports one API endpoint which returns a single-pixel transparent SVG when queried. All request metadata is then sent from the API gateway to Kinesis Firehose where it is collected and eventually cataloged in S3.

This project is still a work in progress, and the README will be updated as the project progresses.

Pixel Tracker