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

Added createComment for post, getComments only for specific post, default ids

Open nordsimon opened this issue 9 years ago • 0 comments

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 and get comment just for testing, it all works fine so try it out and merge if you want to

Also added default id generation for posts and comments (got tired of making up new ids)

Simon

nordsimon avatar Jul 11 '16 20:07 nordsimon