as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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