lambda-maven-plugin icon indicating copy to clipboard operation
lambda-maven-plugin copied to clipboard

S3 Integration

Open SeanRoy opened this issue 8 years ago • 0 comments

Add an integration to respond to S3 Events. Allow for a list of buckets and events

{"integration" : "S3",
 "buckets" : [
   { "bucket" : <bucket name>, "events" : ["s3:ObjectRemoved:*","s3:ObjectCreated:*"],
     "filter": {
               key: {
                 filter_rules: [
                   {
                       name: "prefix",
                       value: "<value>"
                   }
                 ]
               }
             }
     }
 ]}

SeanRoy avatar Oct 29 '16 19:10 SeanRoy