Amazon web services – Trigger AWS Lambda when timestamp is fulfilled
An external process calculates a timestamp related to an ID, for example: id timestamp 1 1695221055 2 1695221079 I have a Lambda function that I want to trigger when that timestamp is reached, and I need to have the ID…