It seems as though an AppSync project can only be configured with one Authorization type (API_KEY
, AWS_IAM
, etc.). I'm using AMAZON_COGNITO_USER_POOLS
as my primary type, but I also have a (Node.js) client that I want to provision with API_KEY
access.
Is this possible?
If not, can you suggest any alternatives?