Include the Package Dependencies
Step 1: Include the Package Dependencies
Add the following dependencies in your package.json file.
"dependencies": {
"@amazon-devices/kepler-epg-provider": "^1.9.0",
"@amazon-devices/kepler-epg-sync-scheduler": "^1.2.0",
"@amazon-devices/headless-task-manager": "^1.1.0"
}
- The
kepler-epg-providerpackage provides APIs for pushing Electronic Program Guide (EPG) data (channel entitlements, program, and live event information) into the system. You call these APIs from your EPG sync task. - The
kepler-epg-sync-schedulerpackage provides APIs for scheduling your EPG sync task to run periodically. - The
headless-task-managerpackage provides APIs to register your EPG sync task with the system.
Last updated: Sep 30, 2025

