How to configure Appsync to retrieve data from a HTTP endpoint to populate a list?

前端 未结 0 1106
逝去的感伤
逝去的感伤 2020-12-07 17:24

I have two http endpoints setup:

GET /users/{userId}
GET /users/{userId}/notes/{noteId}

The GET User returns a payload which includes a list

相关标签:
回答
  • 消灭零回复
提交回复
热议问题