How to expose custom api gateway websocket url from cdk to frontend

0

I made a custom api gateway resource using cdk because amplify doesn't support websocket protocol. Creating custom domains and @subscription are not an option, I need control over the raw websocket. How can I make the url of this available to my frontend? I need to expose the wss://...execute-api... to my frontend application. How can I make this?

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions