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

Support of 2011 API version #126

Open
darshan-ghumare opened this issue Mar 19, 2020 · 1 comment
Open

Support of 2011 API version #126

darshan-ghumare opened this issue Mar 19, 2020 · 1 comment

Comments

@darshan-ghumare
Copy link

Does dynalite support 2011 API version?
I'm getting traceback when I try to create table using python boto.
boto.exception.DynamoDBResponseError: DynamoDBResponseError: 400 Bad Request {u'Message': u'Start of structure or map found where not expected', u'__type': u'com.amazon.coral.service#SerializationException'}

@ryanblock
Copy link
Member

Technically this project should support the 2011-12-05 API, per https://github.com/architect/dynalite/blob/main/index.js#L13

I haven't yet evaluated the extent of that support. However, boto3 now uses the 2012-08-10 API, which is Dynalite's focus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants