as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

Step 2: Declare EPG Sync Task

Update your manifest.toml file to declare the EPG sync task. This task will implement EPG Ingestion. The EPG Sync task periodically updates the system with the customer’s latest entitled live content.

Copied to clipboard.

[components]
## <other components related entries>
[[components.task]]
## Define the EPG ingestion task that needs to run periodically
id = "<packageId>.epgSyncTask"
runtime-module = "/com.amazon.kepler.headless.runtime.loader_2@IKeplerScript_2_0"

## Define a process group for each component
[processes]
## <other process related entries>
[[processes.group]]
component-ids = ["<packageId>.epgSyncTask"]

[needs]
## Define the privilege your app needs in order to use the EPG Provider interface
[[needs.privilege]]
id = "com.amazon.kepler.tv.privilege.data_provider"

Last updated: Sep 30, 2025