Skip to content

[Feedback] Request object accepts only string GraphQL Endpoint argument - not URL #5236

@anushreeumesh

Description

@anushreeumesh

Page: /guides/functions/graphql-from-lambda/q/platform/[platform]

Feedback:

Under IAM Authorization, line 50:

const request = new Request(endpoint, signed);

should instead be:

const request = new Request(GRAPHQL_ENDPOINT, signed);

Metadata

Metadata

Assignees

Labels

API GraphQLamplify/dataIssue related to aws-amplify/amplify-category-apip2incorrect info. ie a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions