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
I'm using aws amplify with a lambda function as a AppSync resolver. In my schema I'm not using a model as I'm using another database than DynamoDB. When I get the event passed to my lambda, I don't see the requested fields, is there anything to do in order to have access to this information and request only those specific fields instead of querying everything from my database ? I don't see anything mentioned at https://docs.amplify.aws/gen1/javascript/build-a-backend/graphqlapi/custom-business-logic/#structure-of-the-function-event
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Amplify CLI Version
12.12.4
Question
I'm using aws amplify with a lambda function as a AppSync resolver. In my schema I'm not using a model as I'm using another database than DynamoDB. When I get the event passed to my lambda, I don't see the requested fields, is there anything to do in order to have access to this information and request only those specific fields instead of querying everything from my database ? I don't see anything mentioned at https://docs.amplify.aws/gen1/javascript/build-a-backend/graphqlapi/custom-business-logic/#structure-of-the-function-event
The text was updated successfully, but these errors were encountered: