grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 29 forks source link

lowercase Kinesis interfaces and classes property names #52

Closed oleiade closed 10 months ago

oleiade commented 1 year ago

As we ported the initial Pull Request implementing support for Kinesis, we completely forgot to adjust the various interfaces and classes naming to our pre-existing convention: lowercase first letter.

We should make sure to change that for consistency purposes, and also because it results in an API that "feels" strange.