Hi team I try to do timestamp check in LambdaDSL,i...
# general
a
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
If it's an integer value, there is not much else you can do
😂 1