Derive Macro DynamoDb

Source
#[derive(DynamoDb)]
{
    // Attributes available to this derive:
    #[partition]
    #[range]
    #[exclusion]
}