0.1.1 • Published 2 years ago

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

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.1.1

2 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago