Skip to content

Commit

Permalink
feat: Kinesis Data Stream metrics as suggested in #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Sep 23, 2022
1 parent 31a9231 commit c93a163
Show file tree
Hide file tree
Showing 6 changed files with 1,367 additions and 85 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Version 1.0.x supports the following subset of AWS services:
* Lambda
* DynamoDB
* API Gateway
* Kinesis Data Streams

## Usage
```
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const package = require("./package.json");
require("@mhlabs/aws-sdk-sso");
require("./src/commands/lambda");
require("./src/commands/dynamodb");
require("./src/commands/kinesis");
require("./src/commands/apigateway");
require("./src/commands/stack");
require("./src/commands/load-view");
Expand Down
Loading

0 comments on commit c93a163

Please sign in to comment.