Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function triggers #64

Open
7 tasks
mcopik opened this issue Oct 15, 2020 · 1 comment
Open
7 tasks

Function triggers #64

mcopik opened this issue Oct 15, 2020 · 1 comment
Labels
aws azure enhancement New feature or request gcp

Comments

@mcopik
Copy link
Collaborator

mcopik commented Oct 15, 2020

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
Copy link
Collaborator Author

mcopik commented May 10, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws azure enhancement New feature or request gcp
Projects
None yet
Development

No branches or pull requests

1 participant