In MongoDB (which this is supposed to emulate) you would do something like this:
{ unique: true, name: 'name', collation: { locale: 'en', strength: 2 } }
But in AWS DocumentDB I get Field 'collation' is currently not supported
I'm hoping there is a way to do this without doing something silly like adding an extra property which is the lower cased version of the field.