How can we use AWS Kinesis in a web browser?
I'm interested in AWS Kinesis Stream and wondering if I can use it to send users' activity logs directly from their browsers to AWS.
AWS provides a JavaScript SDK which is executable in a web browser but, according to its document, the SDK requires credential information because of which, I think, it's not secure to use it in my use case.
Should I put proxy servers between their browsers and AWS Kinesis? Or is there any secure way to use AWS Kinesis in such a case?