1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
You can use Amazon Kinesis Data Streams for ingesting and processing high-velocity data streams.
However, Kinesis Data Streams doesn’t directly handle RPC calls or session management. Consider using AWS Lambda to process incoming data from Kinesis.
For RPC calls and session management, you’ll need an additional service (e.g., an API Gateway).
Keep in mind the cost implications of using Kinesis Data Streams with 1000 streams.
관련 콘텐츠
- AWS 공식업데이트됨 4년 전
- AWS 공식업데이트됨 일 년 전
- AWS 공식업데이트됨 4달 전