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

Add support for DynamoDB #36

Closed
mhart opened this issue Jan 19, 2012 · 7 comments
Closed

Add support for DynamoDB #36

mhart opened this issue Jan 19, 2012 · 7 comments

Comments

@mhart
Copy link

mhart commented Jan 19, 2012

I know it's only just been released, but may as well have a ticket for it, no?

REST API details here:

http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/API.html

@mirkokiefer
Copy link
Owner

We should look into integrating some of the work done on the dynamo lib - https://github.com/jed/dynamo
I will need a node Dynamo client for a large project coming up - so I will have a look at this myself during the next weeks.

@subnetmarco
Copy link

+1

1 similar comment
@seeekr
Copy link

seeekr commented Apr 8, 2012

+1

@mirkokiefer
Copy link
Owner

I had a look at it this morning - looks like we need to implement Signature Version 4 as described here:
http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html
The DynamoDB API also expects a few more headers:
http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/MakingHTTPRequests.html

@jed are you keen to move some of the low-level plumbing of https://github.com/jed/dynamo into aws-lib?
aws-lib's goal is to implement the low-level calls in a generic way to allow building of more high-level libraries on top.

@jed
Copy link

jed commented Jul 16, 2012

@mirkok, as it turns out, i've just moved the low-level stuff into jed/dynamo-client recently. take a look when you have the chance.

@mirkokiefer
Copy link
Owner

@jed thanks that looks great! I will go through it as soon as I find some spare time.

@mhart
Copy link
Author

mhart commented Sep 13, 2015

Closing – I assume this is dead

@mhart mhart closed this as completed Sep 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants