(ASK) How we debug local websocket with AWS api gateway

Question:

I need to test my functions locally using AWS Web Socket API Gateway. Is there any possible way to mimic or duplicate the behaviour of AWS Web Socket in my local machine ? So I don’t need to deploy every little changes to my Lambda function

Thanks

Answer:

Unfortunately we’re still waiting on local sam support for v2 of API Gateway.

https://github.com/awslabs/aws-sam-cli/issues/896

Leave a Reply