0.1.1 • Published 3 years ago

@ikonintegration/mod-resources-tracker-client v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

module-resources-tracker-client Node.js Package

Resources tracker module nodejs API client

Overall

  • npm npm npm (tag) Libraries.io dependency status for latest release, scoped npm package
  • GitHub commit activity
  • GitHub last commit

How to Use

import RTClient from '@ikonintegration/mod-resources-tracker-client';

const client = new RTClient({ busName: 'XXXX', region: 'ev-region', source: 'myappname' });
//Appends events
client.appendEvent(RTCClient.newDynamoEvent(tableName, 0, 15));
//drains the pool
await client.drain();

Available Claim Events

Product:

  • API.newDynamoEvent(tableName, readUnits, writeUnits)
  • API.newECSExecutionEvent(taskID, containerInstanceID, moreDetails)
  • API.newLambdaInvocationEvent(invocationID)
  • API.newSearchEvent(clusterID, queryCount)
  • API.newStepFunctionExecutionEvent(invocationID)
0.1.0

3 years ago

0.1.1

3 years ago

0.0.19

3 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago