I need help about a subject. (I'm using AWS)
I'm trying to use live activity of ios in my application. I realize that I have to update live activity variable on server side while application is closed on user phone. --> docs
I need that update some variables on live activity of user after than 4 hours of user action. I mean that scenario:
I create this solution:
But I can not scheduled event of EventBridge dynamically. While I try to create rule on default eventbus, I can choose Scheduled rule type. But I can set only specific time with cron expression.
Events have not schedule feature. Rules have that feature. So I tried create rule and send event to rule on my api. But I can not set target (lambda func) on code.
I think that I'm missing something and lost way.
Do you have any idea about solve this issue?
Thanks a lot
If my description is bad, I'm sorry for this..
I solved this issue.
EventBridge is not suit for my needs, I used EventBridge-Scheduler (new/last part of tool)
You can find differences here (aws document):
Scheduler part has one-time schedule option, deleted after event trigger option,'time window schedules' and specified for exact date time.
The Scheduler is more suit for my needs.