serverless-graphql-blog icon indicating copy to clipboard operation
serverless-graphql-blog copied to clipboard

A Serverless Blog leveraging GraphQL to offer a REST API with only 1 endpoint using Serverless v0.5

Results 8 serverless-graphql-blog issues
Sort by recently updated
recently updated
newest added

https://github.com/serverless/serverless-graphql-blog/blob/54b60d051b8bf3e4f08f95832197de518523f1a1/blog/graphql/handler.js#L7 Doesn't AWS Lambda have its own ENV support now? Not sure if this way is still needed.

`$ serverless project install serverless-graphql-blog` ``` Serverless Error --------------------------------------- Command "project" not found, Run "serverless help" for a list of all available commands. Get Support -------------------------------------------- Docs: docs.serverless.com Bugs: github.com/serverless/serverless/issues...

Did the necessary changes to get it to work in 1.0 Alpha. There are things that are still missing: - [ ] get serverless-optimizer-plugin to work so babel could save...

$ serverless deploy ``` Serverless Error --------------------------------------- This command can only be run inside a service directory Get Support -------------------------------------------- Docs: docs.serverless.com Bugs: github.com/serverless/serverless/issues Your Environment Infomation ----------------------------- OS: linux...

Looks like there's no authentication on the `createPost` mutation, right? I'm assuming thats in the pipeline? https://github.com/serverless/serverless-graphql-blog/blob/master/blog/lib/schema.js#L105 P.S. very cool stuff here!

Hi Wanted to play around a bit with aws lamdba, dynamoDB etc and used this as an example togheter with the serverless CLI, great job with the tool! Implemented create...

I've been extremely intrigued by the ideal of using Lambda + Dynamo for a GraphQL-powered backend. However, Dynamo's "scan" operation won't scale. What kind of steps could be taken to...

I recently ran into the same problem as described by #4. I was about to file a duplicate open issue, but since the project is so small, I decided to...