functional-models-orm-dynamo
v2.1.6
Published
An implmentation of functional-models-orm for dynamodb.
Downloads
164
Maintainers
Readme
Functional Models ORM Dynamo
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.