Do AppSync websocket `ka` message charge as real-time update request?

0

Do ka messages from appsync websocket connection count as real-time update requests or does only the actual data from mutation to client count? I am estimating the costs for using appsync to receive push notification from server.

1개 답변
1

In AWS AppSync, WebSocket keep-alive messages don't count as real-time update requests. These messages are simply used to maintain the WebSocket connection and ensure it remains open. Only the actual data transmitted from the server to the client, such as the result of mutations or subscriptions, counts as a real-time update request.

When estimating costs for using AppSync to receive push notifications, you should primarily consider the data transmitted during mutations and subscriptions, as these are the events that trigger real-time updates and would impact your usage costs.

This page provides an overview of the pricing structure for AWS AppSync and links to detailed pricing information. https://aws.amazon.com/appsync/pricing/

You can use the AWS Pricing Calculator to estimate the cost of using AWS services, including AppSync. By selecting the appropriate options and configurations, you can get an estimate of the expected costs based on your usage patterns. https://calculator.aws.amazon.com/

AWS
답변함 한 달 전
  • Thank you!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠