DEV Community

Discussion on: Accessing AppSync APIs that require Cognito Login outside of Amplify

Collapse
 
rberger profile image
Robert J. Berger

There are some external tools that don't let you have arbitrary code execution, so this approach works for those. The main tool we're trying to allow to access our AppSync api is retool.com. They do have a way to add a custom login/authentication mechanism. When I get some spare time (ha!) I will try implementing a custom login with ether the Amplify client library or just some simple REST and a simple service on our end.. Or something like that.

Collapse
 
zachjonesnoel profile image
Jones Zachariah Noel

Sounds great. I've to check out retool.com