Hello,
I'm trying to configure appsync-serverless-emulator to run AppSync and to call some local lambdas.
At this moment the serverless is configured to use python3.6 runtime for the function that I'm trying to call. But, for instance, when I call my Query on GraphQL which should call the respective Lambda, debugging the appsync-emulator-serverless shows that is trying to call a NodeJS version of it. How can I configure the emulator to run also Python code? Or this implementation doesn't work in that way?
And it is possible to call deployed lambdas with the appsync-serverless-emulator offline?
Thanks,
Hello,
I'm trying to configure appsync-serverless-emulator to run AppSync and to call some local lambdas.
At this moment the serverless is configured to use python3.6 runtime for the function that I'm trying to call. But, for instance, when I call my Query on GraphQL which should call the respective Lambda, debugging the appsync-emulator-serverless shows that is trying to call a NodeJS version of it. How can I configure the emulator to run also Python code? Or this implementation doesn't work in that way?
And it is possible to call deployed lambdas with the appsync-serverless-emulator offline?
Thanks,