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.
相關內容
- 已提問 1 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前