grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lowercase Kinesis interfaces and classes property names

oleiade opened this issue · comments

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.