Open geirman opened 7 years ago
Only way I got headway was to use
serverless install --url https://github.com/serverless/serverless-graphql-blog
It installed things but haven't gotten it going yet.
This was written for a serverless version below 1.0. I'm on 1.16.0. So this needs to be updated to be usable.
It would be good if the owner removed this from google searches (or alltogether) so people don't get misdirected here.
@kevinold what would it take to update this project? it doesn't seem to work anymore
Yes, it would be awesome to have this project updated to recent version of serverless framework (and other libraries as well)
I do have an example of using this on aws-lambda that is based on what we are using in production now. It also shows the use of data-loader so I thought some of you guys may find it useful, it's working quite well.
https://github.com/Dash-OS/graphql-dataloader-example we combine it with this library to make a clean and simple overall endpoint https://github.com/Dash-OS/aws-lambda-runner
Please can someone update? Seems like it would do exactly what I need if it would just work on the latest version of serverless!
@Gribbs there's an alternative ... http://apex.run
$ serverless project install serverless-graphql-blog
I also tried...
$ serverless install project serverless-graphql-blog
$ serverless install serverless-graphql-blog