问题
I'd like to have an AWS lambda triggered when a tag is added to an existing object in S3 bucket (in the same way as we can do it for object create and remove). Any way to do that?
回答1:
If you setup Cloudtail you could have a Lambda function monitor the logs and notify you on the tagging event PutBucketTagging
Example Lambda function https://github.com/retailnext/aws-lambda-cloudtrail-alert
Cloudtail Documentation http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html
回答2:
No. There are no events generated when a tag is added to an object.
来源:https://stackoverflow.com/questions/44034860/is-there-any-event-generated-when-tag-is-added-to-an-existing-s3-object