serverless-appsync-simulator icon indicating copy to clipboard operation
serverless-appsync-simulator copied to clipboard

Missing authenticationTypes OPENID_CONNECT and AWS_LAMBDA support

Open mayunike opened this issue 2 years ago • 2 comments

I see currently authenticationType API_KEY only supported. Any plans to support other authentication types?

Thank you

mayunike avatar Mar 08 '22 06:03 mayunike

This depends on implementation on appsync-cli, more specifically, in the amplify-appsync-simulator package https://github.com/aws-amplify/amplify-cli

I've implemented a quick solution in our forked package (we also use a custom serverless-appsync-simulator forked from this one) https://github.com/returnmates/amplify-appsync-simulator/commit/7c8535d63a59d302b0b38d5b83233558d6f1e99a

I guess the proper way is to open an issue on amplify-cli, and follow up with a PR, but I've gone that path on another issue and their process is too slow for us...

Feel free to pick what you need from our repo 😉

katesclau avatar Mar 08 '22 23:03 katesclau

duplicate #148 , right?

sambP avatar Jan 26 '23 20:01 sambP