graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

Implementing subscription through AWS lambda/dynamodb #614

Closed ThomasP1988 closed 3 years ago

ThomasP1988 commented 3 years ago

Hi everyone,

I am thinking of implementing this solution https://github.com/michalkvasnicak/aws-lambda-graphql in Go with this library, basically what i need is being able to store the subscription in DynamoDB table and being able to trigger result from the code.

If a contributor can tell me if its achievable and maybe give me some advice that would be great,

thank you

ThomasP1988 commented 2 years ago

i've made an alpha version of it here: https://github.com/ThomasP1988/go-lambda-graphql-subscription