Skip to content

Commit c93a163

Browse files
author
ljacobsson
committed
feat: Kinesis Data Stream metrics as suggested in #3
1 parent 31a9231 commit c93a163

File tree

6 files changed

+1367
-85
lines changed

6 files changed

+1367
-85
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Version 1.0.x supports the following subset of AWS services:
2020
* Lambda
2121
* DynamoDB
2222
* API Gateway
23+
* Kinesis Data Streams
2324

2425
## Usage
2526
```

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const package = require("./package.json");
55
require("@mhlabs/aws-sdk-sso");
66
require("./src/commands/lambda");
77
require("./src/commands/dynamodb");
8+
require("./src/commands/kinesis");
89
require("./src/commands/apigateway");
910
require("./src/commands/stack");
1011
require("./src/commands/load-view");

0 commit comments

Comments
 (0)