I have a lambda that gets triggered when an object gets created in my s3 bucket. It adds metadata to the object and does some validation. In order to add the metadata I issue a copy request, and delete the old object.
But this creation also triggers my lambda. Is there any easy way around this?