-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededreleased
Description
Describe the bug
I have a serverless project with multiple AppSync APIs configured.
E.g.
custom:
appSync:
- name: api-one
...
- name: api-two
...
- name: api-three
...
When deploying the stack locally with sls offline start
, I can only make requests against the first API defined in the list. Trying to make requests on other APIs returns an error stating that the operation doesn't exist.
Cannot query field "getField" on type "Query"."
To Reproduce
- Create a project with two or more AppSync APIs.
- Start it with
sls offline start
. - Make a request against any API except the first one.
Expected behavior
An endpoint (or host on different ports) exist for each AppSync API
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededreleased