Alpha does not communicate with lambda when using `@lambdaOnMutate`

Hey @subrat_gupta,

I noticed you’re using localhost as the lambda-url hostname… that probably won’t work as the alpha won’t resolve localhost as you expect. There should be something in the logs to this effect. No?

I’d recommend swapping localhost for host.docker.internal for the host part of that --graphql lambda-url superflag.