When I add a route to an `sst.WebSocketApi` that u...
# help
p
When I add a route to an
sst.WebSocketApi
that uses a Lambda integration, the source ARN of the API Gateway trigger that gets added to the Lambda function appears to be incorrectly formatted
The API Gateway routes get configured with the correct Lambda integrations, and the Lambdas get the correct Permissions added. It seems to just be an issue with the Trigger itself, so I think the correct functionality should be maintained, but better safe than sorry.
f
Hey @Philipp Gaissert, hmm… the source ARN seems to match in both screenshot?
p
But shouldn't it be
.../*/$connect
instead of including that second asterisk?
…/*/*$connect
should also works right?