How to evaluate resolver changes to $context.stash?
#4222
-
|
Say I'm testing a resolver, Going off of these docs I can do the following to evaluate the result: While I see I can check |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I got it working using appsync-template-tester instead of With that in place, I can access the updated context and stash with |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I got it working using appsync-template-tester instead of
client.evaluateMappingTemplate:With that in place, I can access the updated context and stash with
parser.contextandparser.stash.