sul-dlss-deprecated / taco

Apache License 2.0
10 stars 7 forks source link

Add custom Marshal/Unmarshal to support empty lists #400

Closed jcoyne closed 6 years ago

jcoyne commented 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

aaron-collier commented 6 years ago

Happy to approve this once it's green. Tests run fine locally... so assuming it may be a container thing?