STEP 1:
Include the Package Dependencies
Include the Package Dependencies
Add the following dependencies in your package.json file.
Copied to clipboard.
"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"
}
kepler-epg-provider
package provides APIs for pushing EPG data (channel entitlements, program, and live event information) into the system. You call these APIs from your EPG sync task.kepler-epg-sync-scheduler
package provides APIs for scheduling your EPG sync task to run periodically.headless-task-manager
package provides APIs to register your EPG sync task with the system.Last updated: Sep 30, 2025