How to associate an api key to an API Gateway websockets API

0

I've created a websocket api and I'm trying to secure it with an api key. I've checked the checkbox API Key Required in the $connect route and it is working fine as I get a 403 error when I invoke the API without api key from wscat. However, after creating an api key, I can't figure out how to associate it to the websockets API. I've tried from the console and also from aws cli, but no luck.

Please, any help would be appreciated.

Best regards,

Juan Carlos González

已提問 5 年前檢視次數 2469 次
1 個回答
1

As usually happens, the answer was in the documentation... In order to assign an api key to a websockets api, it must be done via usage plans:
https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-key-source.html

已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南