as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

Step 1: 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"
  }
  • The 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.
  • The kepler-epg-sync-scheduler package provides APIs for scheduling your EPG sync task to run periodically.
  • The headless-task-manager package provides APIs to register your EPG sync task with the system.

Last updated: Sep 30, 2025