functional-models-orm-dynamo
TypeScript icon, indicating that this package has built-in type declarations

2.1.5 • Public • Published

Functional Models ORM Dynamo

Unit Tests Coverage Status Provides an functional-models-orm datastore provider for AWS Dynamo.

AWS SDK 3.0

This library now supports AWS SDK 3.0 as an injectable library.

Run Feature Tests

To run the feature tests, you need to set up an actual Dynamodb table within AWS and then call cucumber lik the following:

npm run feature-tests -- --world-parameters '{"awsRegion":"YOUR_REGION", "testTable":"YOUR_TEST_TABLE"}'

IMPORTANT WORD OF CAUTION: I would not attempt to use this table for anything other than this feature tests, as the table is completely deleted without remorse.

/functional-models-orm-dynamo/

    Package Sidebar

    Install

    npm i functional-models-orm-dynamo

    Weekly Downloads

    66

    Version

    2.1.5

    License

    GPL-3.0-or-later

    Unpacked Size

    50.7 kB

    Total Files

    17

    Last publish

    Collaborators

    • macornwell