How can we use AWS Kinesis in a web browser?
I'm interested in AWS Kinesis Stream and I wonder if I can use it to send user activity logs directly from my browsers to AWS.
AWS provides a JavaScript SDK that is executable in a web browser, but according to its document, the SDK requires credentials, which is why, I think, it is not secure to use in my use case.
Should I install proxies between their browsers and AWS Kinesis? Or is there a safe way to use AWS Kinesis in this case?
source share