Hi,
I want to invoke my target service which is hosted in Aws nodes from Apigee. For authentication and authorization, I want to use aws lambda as a custom authorizer which will do the oauth2 validation. Only, authorized calls are allowed to invoke target service.
Can anyone tell me how can i achieve this functionality?
Thanks