serverless-benchmarks icon indicating copy to clipboard operation
serverless-benchmarks copied to clipboard

Function triggers

Open mcopik opened this issue 4 years ago • 1 comments

Using the initial implementation provided in branch dev-triggers-demo by Miłosz, extend it to work with our interface.

Features:

  • [ ] Storage trigger - uploading payload to the bucket,
  • [ ] DB trigger - uploading payload as changes to the database.
  • [ ] Time trigger - enabling/disabling invocations.
  • [ ] Tracking invocations time measurement - triggered function sending a response (likely over a queue).
  • [ ] AWS
  • [ ] Azure
  • [ ] GCP

mcopik avatar Oct 15 '20 12:10 mcopik

Currently, we support only functions invoked directly with the payload - either through SDK or with an HTTP gateway.

We would like to additionally support storage (e.g. AWS S3) and queue triggers (e.g. AWS SQS).

mcopik avatar May 10 '22 17:05 mcopik