I've created a lambda function to read a file (input.csv) from s3 bucket and make some changes into it and save that file(output.csv) in same bucket. Note: i have not deleted input.csv file in bucket. The lambda function is triggered with object-created(All) event. But the function is called continuously like infinite number of times as input file is present in bucket. Is is supposed to happen like this ? or Is it fault?