Closed jcoyne closed 6 years ago
This makes it possible to round trip our data without loosing empty lists. Note, dynamodb doesn't support empty strings, and these changes do nothing to work around that.
Fixes #387
See: https://github.com/aws/aws-sdk-go/issues/682
Happy to approve this once it's green. Tests run fine locally... so assuming it may be a container thing?
This makes it possible to round trip our data without loosing empty lists. Note, dynamodb doesn't support empty strings, and these changes do nothing to work around that.
Fixes #387
See: https://github.com/aws/aws-sdk-go/issues/682