You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
MHova
changed the title
[Tracking] Bug in latest local desktop dynamoDB breaks Haskell AWS SDK
Can't parse CreationDate field in createTable response
May 25, 2017
So actually this is likely a problem with this very aws library instead of the local DynamoDB tool because I see the same breaking behavior when running against a real DDB instance on the cloud.
The
CreationDate
field in the create-table and describe-table responses is returned as afloat
instead of anint
, breaking JSON parsing.https://forums.aws.amazon.com/thread.jspa?threadID=255449
The text was updated successfully, but these errors were encountered: