You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kindly suggest how can the following pattern be used if the application uses COGNITO_USER_POOLS for auth.
In the current codebase the lambda uses APPSYNC_API_KEY in the GraphQLClient headers as follows: const graphQLClient = new GraphQLClient(process.env.APPSYNC_ENDPOINT!, { headers: { 'x-api-key': process.env.APPSYNC_API_KEY! }, });
I understand using the User_Pool for appsync auth. Beyond that, what can be done?
The text was updated successfully, but these errors were encountered:
Kindly suggest how can the following pattern be used if the application uses COGNITO_USER_POOLS for auth.
In the current codebase the lambda uses APPSYNC_API_KEY in the GraphQLClient headers as follows:
const graphQLClient = new GraphQLClient(process.env.APPSYNC_ENDPOINT!, { headers: { 'x-api-key': process.env.APPSYNC_API_KEY! }, });
I understand using the User_Pool for appsync auth. Beyond that, what can be done?
The text was updated successfully, but these errors were encountered: