Skip to content

Is ping/pong as a normal request in websocket?

0

websocket cost is by number of requests per million per month.
Does the ping/pong message is included in this policy? Is ping/pong as a request?
I need to calculate the frequency of ping/pong. If client send ping every minute, is it too frequently for api gateway?

2 Answers
1

Ping/Pong won't be counted as a request. You won't be charged for that.
Ping per minute should be fine.

AWS
answered 6 years ago
0

great! thanks

answered 5 years ago

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.