Interesting.. I wonder what the latency is like and if you are using IAM auth for your API, it will be a bit trickier?
d
Danny
07/18/2021, 9:00 AM
Something I still have to try
Danny
07/18/2021, 9:01 AM
But this library made me realise all AWS services are HTTP based anyway, I’m guessing IAM permissions are cached at the service side, not API Gateway
Danny
07/18/2021, 9:02 AM
Then I again I know nothing of what you just said. Cognito is a signed token, should be no different.
f
Frank
07/19/2021, 8:06 AM
Ah yeah, if the API is authorized using JWT, that’d be an easier switch.