Platform demo
Live IoT telemetry & analytics
A simulated device fleet streaming through the same serverless pipeline we build for clients — devices emit, AWS Lambda ingests and analyses, DynamoDB stores, and this dashboard reads it all through API Gateway.
Temperature°C — Environment Sensor
View data table
Humidity% RH — Environment Sensor
View data table
Power drawW
View data table
Energy by hourkWh — Site Energy Meter
View data table
How this page works: device emissions land in a Python Lambda behind
Amazon API Gateway, are stored in a single-table DynamoDB design
(7-day TTL), and a 5-minute scheduler keeps the simulated fleet chattering.
Authenticated ingestion (X-Api-Key from SSM SecureString) accepts real
device data the same way. Charts render client-side — no frameworks.
Times are shown in your local timezone. Fleet data is simulated for demonstration.