CreateTable improvements
This release improves support for various types in CreateTable. uint
types are now handled properly. Additonally, dynamodbattribute.Marshaler
such as dynamodbattribute.UnixTime
can now be used as table keys in CreateTable.
It also bumps up the AWS SDK version in go.mod to properly support tags.
Thank you to @Songmu for the contributions.
See: #106 and #107