Anyone have experience with AWS websockets? I'm trying to follow their demo but using Pulumi and I'm running into an issue:
Single character "payload" works fine and gets routed properly to my Lambda; however, multi-character payloads return a 500 error and don't appear to make it to my lambda function. I'm not sure if I'm not translating it properly from serverless template.yaml or not.
I'll thread a few images and snippets to help demonstrate / explain.
Hey, just bumping this to see if anyone's got experience with AWS websockets that might know what's going on here - why multi-character messages are getting an error from the API gateway.