**Page**: [`/guides/functions/graphql-from-lambda/q/platform/[platform]`](https://docs.amplify.aws/guides/functions/graphql-from-lambda/q/platform/js) **Feedback**: Under IAM Authorization, line 50: > const request = new Request(endpoint, signed); should instead be: > const request = new Request(GRAPHQL_ENDPOINT, signed);