Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamodb revisionGuardStore implementation #58

Merged
merged 5 commits into from
Aug 10, 2017

Conversation

emmkong
Copy link
Contributor

@emmkong emmkong commented Aug 10, 2017

No description provided.

@nanov
Copy link
Contributor

nanov commented Aug 10, 2017

I'm pretty sure "aws-sdk" should be in devDependencies section, as well as this line should be :

aws = Store.use('aws-sdk');

in order to not make it hard dependency.

package.json Outdated
@@ -12,6 +12,7 @@
},
"dependencies": {
"async": "1.5.2",
"aws-sdk": "2.94.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this to devDependencies, please

async = require('async'),
_ = require('lodash'),
uuid = require('uuid').v4,
aws = require('aws-sdk');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please write it that way: aws = Store.use('aws-sdk');

@adrai
Copy link
Contributor

adrai commented Aug 10, 2017

@emmkong seen the comments?

@emmkong
Copy link
Contributor Author

emmkong commented Aug 10, 2017

@adrai @nanov , thanks for pointing this out. I have updated the files as per suggested. Please have a look. Thanks

@adrai adrai merged commit 0c39d96 into thenativeweb:master Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants