Replies: 1 comment 13 replies
-
@tomschut That's very interesting! I didn't know about the |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since using yoga the way it's currently used causes some issues regarding [fragments])(#112) and typenames I've done a small test to see if amplify appsync simulator would work better.
I've used this article as a base, and found that both issues get resolved. Since I'm working in the playground and not directly in the package it's easiest to post the example code here.
the vtl files can be found here
However, I do get an error about the aws date,"message": "DateTime cannot be serialized from a non string, non numeric or non Date type {}", which already didn't work in the dev branch in which i'm testing.
I think using this setup would not only resolve both issues, but also open a way to run multiple lambda's as resolvers if needed in the future.
So let me know if this is something that could be done. I think I can help in implementing it
Beta Was this translation helpful? Give feedback.
All reactions