Replies: 2 comments 1 reply
-
Creating and running Custom Resolvers on the local dev server is possible and documented here: However, running multiple lambda functions is not supported as it is quite a specific use case. The current implementation of the local dev server takes a single It might be possible to adapt the current options to support multiple handlers with some sort of filters to redirect queries to the right handler based on query names - but it would be quite manual to setup (the local dev server is completely independent from your CDK files). |
Beta Was this translation helpful? Give feedback.
-
Should now be possible with #147 - Will publish some docs along with the next release. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm not sure if this is already part of the implementation, but I'm unable to find it.
We'd like to run some custom resolvers which will eventually run in their own lambda's. I think it's quite doable to change the cdk deploy script to include these lambda's as datasources for appsync but I'm not sure if there's any way of including them in the local dev server. Is this possible?
Kind regards,
Tom
Beta Was this translation helpful? Give feedback.
All reactions