Replies: 1 comment 1 reply
-
Hello! which service is this referring to? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using the put_item to perform create or update of the rows. I have 2 attributes created and updated which is supposed to hold the timestamps of when the record was created/update. How can I ensure that when the record is created, it will only set the created timestamp and when it is updated, it will keep created timestamp as is and only update the updated attribute with new timestamp?
Beta Was this translation helpful? Give feedback.
All reactions