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

AWS_LAMBDA Custom Authorizer support

Open sweepy84 opened this issue 2 years ago • 2 comments

AWS have finally released custom authorizer support for AppSync (much like API Gateway) using Lambda as reported > https://aws.amazon.com/about-aws/whats-new/2021/07/aws-appsync-supports-custom-authorization-with-aws-lambda-graphsql-apis/

There is now no need to use Pipeline resolvers to implement custom authorisation. The AWS_LAMBDA option can be set as the default authorizer for all types.

Would be great if the plugin supports this now native feature.

sweepy84 avatar Jul 30 '21 23:07 sweepy84

Thanks, @sweepy84

This is definitely something I'd like to see in the plugin I'll try to get something done in the following days.

bboure avatar Jul 31 '21 19:07 bboure

+1 Also add a sample code

harinair avatar Aug 04 '21 16:08 harinair