serverless / components

The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
https://www.serverless.com
Apache License 2.0
2.3k stars 182 forks source link

How to configure s3 event to trigger an function #510

Open neilime opened 4 years ago

neilime commented 4 years ago

Description

How can I configure an S3 event to trigger an function as it's possible with classic serverless service configuration https://serverless.com/framework/docs/providers/aws/events/s3/

Thanks

eahefnawy commented 4 years ago

It's currently not possible with components. But it's def on the roadmap. It'll either be part of the lambda component, or under it's own eventing component.

Slooowpoke commented 3 years ago

Just curious about where this ended up, and whether the roadmap'd feature includes other event triggering? (SQS, SNS, Cognito)