I'd like to configure my REST API to invoke a custom lambda authorizer. Is there a way to configure this with the amplify cli, or will I need to override the rest api and add it with the cdk functions? Also, is there a way to configure this on a per-endpoint basis.
I want external services to be able to access some of these endpoints via a bearer token, while also letting my own users and services access other endpoints.