S3 Events
Nov 5, 2022
# S3 Events
- A feature that allows you to create event notification configurations on a bucket
- Supports SNS, SQS, Lambda functions, etc.
- Object Create (Put, Post, Copy, CompleteMultiPartUpload)
- Object Delete (Delete, DeleteMarkerCreated)
- Object Restore (Post (initiated), Completed)
- Replication (OperationMissedThreshold, OperationReplicatedAfterThreshold, OperationNotTracked, OperationFailedReplication)
- EventBridge is probably the better option to use, S3 Events is an older feature in AWS