@teloschet/cosmo-libs
v1.0.2
Published
This module is a library that can be used for DynamoDB functions in Cosmos Codes on the workspace.
Downloads
4
Readme
CosmoLibs
This module is a library that can be used for DynamoDB functions in Cosmos Codes on the workspace.
Getting started
- Install node. The library runs on v18 and higher. Development work on this module is done with the latest stable release of Node;
- 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