Join Slack
Powered by
Hi team I try to do timestamp check in LambdaDSL,i...
# general
a
Alan Zhu
09/08/2022, 4:15 AM
Hi team I try to do timestamp check in LambdaDSL,is there a proper way to do accurate timestamp check in LambdaDSL?For now I only do a looser type check:
Copy code
.object("updatedAt", updatedAt -> updatedAt .integerType("epochSeconds",1661307606)
u
uglyog
09/08/2022, 4:27 AM
If it's an integer value, there is not much else you can do
😂 1
2
Views
Open in Slack
Previous
Next