Can we get AppSync (GRAPHQL) into the mix of this solution #46
siva-nadella
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You should be able to implement APIs using AppSync. AppSync has lambda authorizer that can be used in similar way: Do you plan to use unit resolver or pipeline Resolver? If using VTL with unit resolver, you can get tenant id from JWT using lambda auth and use that in your VTL. You can also use the new util.log to log tenant id in Cloud Watch. Lambda resolver will work exactly the way I described in this repo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Anubhav, I happened to watch your video presenting this few days back and thanks for presenting.
One question I have is, do you have any ideas as to bring AppSync into this mix without disturbing overall architecture of this.
Appreciate your thought.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions