Any ideas how I can use custom auth flow with `aws...
# help
a
Any ideas how I can use custom auth flow with
aws-api-gateway-cli-test
?
f
Hey @Ashishkumar Pandey, it only handles the default auth flow. @Jay knows this better, but I think these lines can be tweaked to support custom flow. https://github.com/AnomalyInnovations/aws-api-gateway-cli-test/blob/master/index.js#L108-L127
Btw what’s ur use case? For testing before u have a frontend ready?
a
Okay, yes, that's my use case. I'm implementing a passwordless SMS based flow using custom auth.