Reputation: 3479
How to add a trigger for an s3 folder?
I can add triggers for a bucket from my serverless configuration.
But not sure how to add a trigger for a folder path?
events:
- s3:
bucket: files
event: s3:ObjectCreated:*
existing: true
Upvotes: 0
Views: 336