CloudWatch get times to invoke from DynamoDB and invoke Lambda Function #4087
Replies: 3 comments
-
Hi @MedNabilEssefaihi thanks for opening this, I think its more like how you can design the code but not the SDK. If I understand your question correctly you want to invoke a lambda according to clients time or timezones. I found this stackOverflow discussion that might be helpful in your case if I understand the question correctly: https://stackoverflow.com/questions/10659523/how-to-get-the-exact-local-time-of-client Then you can call the specific function depending upon what time is returned. |
Beta Was this translation helpful? Give feedback.
-
Hello @ajredniwja, Thank you so much for time and your effort. Actually, my need is to make an automatic system does work independent. I mean the serverless (Lambda Function) knows the times and it works automatically. without making any code from the front-end |
Beta Was this translation helpful? Give feedback.
-
@MedNabilEssefaihi sorry I lost track of this issue, is it still a persisting issue? |
Beta Was this translation helpful? Give feedback.
-
Dear Support Team,
I am trying to make automatic functions by CloudWatch.
It has to work by specific times exist in DynamoDB documents.
My Need
I do have fixed times (3 specific times) for each user document in DynamoDB.
My need is of call a specific function in Lambda Function whenever the time is come (it's like an alarm system)
Users Dcouments Example:
What I did
I made a Lambda Function has a 3 functions to work
Example:
etc...
what should do ?
Beta Was this translation helpful? Give feedback.
All reactions