This project involves a fully serverless microsystem architecture that utilizes AWS services to handle streaming time series data. Data streams from AWS Kinesis are processed by Lambda functions, which generate events for backend subsystems. These events are then consumed either through SQS or another Kinesis stream by additional subsystems. Key event data is stored in RDS and DynamoDB, supporting both application functionality and reporting needs. This serverless architecture ensures security, high availability, and cost-effectiveness while also providing robust failover capabilities.