sbstjn / appsync-resolvers

AWS AppSync Resolvers for GraphQL using AWS Lambda functions in Go.
https://sbstjn.com/serverless-graphql-with-appsync-and-lambda.html
MIT License
42 stars 13 forks source link

Implement identity mapping. #10

Open aurelien-semence opened 5 years ago

aurelien-semence commented 5 years ago

Implement identity from context as second parameter like describe here: https://docs.aws.amazon.com/appsync/latest/devguide/resolver-context-reference.html

sbstjn commented 5 years ago

Awesome. Looks nice, thanks for the contribution! 🎉

I'll try to review and merge it later today.

connorpower commented 5 years ago

@sbstjn There's not been any activity on this issue for a while — but the functionality would be awesome. Anything I could do to help?

demiban commented 5 years ago

@sbstjn Any plans on getting this PR merged? It would be a great enhancement.