as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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