@awspilot/cw-mock

subproject of @awspilot/dynamodb-ui exposes cloudwatch metrics compatible api uses dynamodb as storage

Usage no npm install needed!

<script type="module">
  import awspilotCwMock from 'https://cdn.skypack.dev/@awspilot/cw-mock';
</script>

README

cw-mock

subproject of @awspilot/dynamodb-ui
exposes cloudwatch metrics compatible api
uses dynamodb as storage

    CwMock = require("@awspilot/cw-mock")

    dbcloudwatch = new CwMock({
        table_name: 'stats',
    });