Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Add the following files to your app package and define your business logic to push the latest Electronic Program Guide (EPG) data into the system. See EPG Ingestion Best Practices for more guidance. You can validate the steps by searching your app logs:

Step 1: Define your app’s task

Define your app’s EPG Sync Task by creating a EpgSyncTask.ts file in your src folder. You can use the following skeleton code for your channel ingestion logic.

Step 2: Provide program data in the EPG Sync Task

To provide programs data in the EPG Sync Task, the following is the skeleton code for your program ingestion logic. You do not need to do this if you have integrated your catalog with a cloud service such as Amazon Catalog Service or Gracenote.

Step 3: For live events

If you offer live events, read Get Started with Live Events, and then see the following skeleton code for your live event ingestion logic.
Next, implement your business logic in the EPG Sync task while following the specified guidelines.
Last modified on May 27, 2026