Skip to content

An implementation of functional-models-orm with dynamodb as a datastore provider.

License

Notifications You must be signed in to change notification settings

monolithst/functional-models-orm-dynamo

Repository files navigation

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.

About

An implementation of functional-models-orm with dynamodb as a datastore provider.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published