0.1.1 • Published 10 months ago

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

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

10 months ago

0.1.1

10 months ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago