I understand how to use S3 put request to trigger a lambda function when a new object is created in S3.
However, I want to trigger a different lambda function when I am updating a S3 object (overwriting the original object with the same key). It doesn't seem like there is a method provided to me to distinguish between create and update when choosing the trigger. How can I accomplish this goal?