1

I have this one function that is triggered every time an user quits the chat withouth properly ending the attendance. I want to know if its possible this function of mine create an schedule to execute another function to alert the user about the unfinished attendance.

1 Answer 1

1

It is possible to do using AWS Step Functions.

You can configure a state machine in which depending on the return value of your first lambda, a wait state will occur and afterward another lambda will be invoked.

Sign up to request clarification or add additional context in comments.

3 Comments

I was trying to make it through the Cloudwatch event, will take a look on this! Thanks!
It solved my problem and open new horizon for some features i was having some trouble to design. Thank you very much!
Cool! Glad it helped. This feature is very useful for Serverless applications

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.