Back to Home

AWS Lambda

Serverless functions for event-driven automation

Cloud

Role in the Platform

Lambda functions handle scheduled tasks and event-driven workflows without managing servers. EventBridge triggers daily instrument sync and OAuth token refresh automatically.

Implementation Highlights

Daily instrument sync with Zerodha
OAuth callback processing for authentication
Python runtime with custom layers
EventBridge scheduled invocation
CloudWatch logging and monitoring

Platform Components

ccl_kite_scrip_navikarana - Instrument sync Lambda
ccl-pravesh - OAuth callback handler
Automated daily maintenance tasks

Learn more about AWS Lambda:

Visit Official Website