Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Allow global functions #271

Closed
rootedsoftware opened this issue Jun 24, 2017 · 5 comments
Closed

Allow global functions #271

rootedsoftware opened this issue Jun 24, 2017 · 5 comments

Comments

@rootedsoftware
Copy link
Contributor

Global functions which can be called across all projects.

I'm thinking of this a lot like you might think of AWS lambda.

One use case might be a Stripe micro-service style payments function.

@dgroch
Copy link

dgroch commented Jul 31, 2017

I like this idea

I implemented a photo upload and pre-processing function this week. It is a component in a complex multi page form that needs to re-size, crop and save the image before returning a URL.

The implementation used node/express/AWS s3 and was deployed via Zeit

It would be nice if this kind of functionality could be handled by Graphcool functions. But seems at the moment the limitation is functions can only be hooked into an interaction with the graphql backend. Instead it would be great if the function could be invoked via an endpoint like a function deployed to AWS lambda.

@marktani
Copy link
Contributor

Do you see a difference to #354? Otherwise this can be closed as a duplicate.

@dgroch
Copy link

dgroch commented Sep 18, 2017

Nope same
I'll close

@dgroch
Copy link

dgroch commented Sep 18, 2017

Oh that's right. You close :)

@marktani
Copy link
Contributor

Thanks! 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants