would be also nice to have an option to use functions such as `if_not_exists(path, value)` too ``` UpdateExpression: "SET #attr = if_not_exists(#attr, :val)" ``` Very useful for fields such as `createdOn` etc. _Originally posted by @vsnig in https://github.com/jgilbert01/aws-lambda-stream/issues/432#issuecomment-3564365423_