1.0.2 • Published 2 years ago

@teloschet/cosmo-libs v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

CosmoLibs

This module is a library that can be used for DynamoDB functions in Cosmos Codes on the workspace.

Getting started

  1. Install node. The library runs on v18 and higher. Development work on this module is done with the latest stable release of Node;
  2. Add import import CosmoLib from "@teloschet/cosmo-libs"; as the first line of the app's main module.

Examples

For configure your AWS credentials:

import CosmoLib from "@teloschet/cosmo-libs";

const cosmoLib = new CosmoLib({
  region: 'us-east-1',
  accessKeyId: 'fake-access-key',
  secretAccessKey: 'fake-secret-key'
});

Testing

npm test

Created and maintening by Christopher Arthur

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago