serverless-benchmarks
serverless-benchmarks copied to clipboard
Function triggers
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
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).