spec/aws-record/record/table_config_spec.rb [209:251]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              key_schema: [
                {
                  attribute_name: 'hk',
                  key_type: 'HASH'
                },
                {
                  attribute_name: 'rk',
                  key_type: 'RANGE'
                }
              ],
              attribute_definitions: [
                {
                  attribute_name: 'hk',
                  attribute_type: 'S'
                },
                {
                  attribute_name: 'rk',
                  attribute_type: 'S'
                },
                {
                  attribute_name: 'gsi_pk',
                  attribute_type: 'S'
                },
                {
                  attribute_name: 'gsi_sk',
                  attribute_type: 'S'
                }
              ],
              global_secondary_indexes: [
                {
                  index_name: 'gsi',
                  key_schema: [
                    {
                      key_type: 'HASH',
                      attribute_name: 'gsi_pk'
                    },
                    {
                      key_type: 'RANGE',
                      attribute_name: 'gsi_sk'
                    }
                  ],
                  projection: {
                    projection_type: 'INCLUDE',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/aws-record/record/table_config_spec.rb [2127:2169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            key_schema: [
              {
                attribute_name: 'hk',
                key_type: 'HASH'
              },
              {
                attribute_name: 'rk',
                key_type: 'RANGE'
              }
            ],
            attribute_definitions: [
              {
                attribute_name: 'hk',
                attribute_type: 'S'
              },
              {
                attribute_name: 'rk',
                attribute_type: 'S'
              },
              {
                attribute_name: 'gsi_pk',
                attribute_type: 'S'
              },
              {
                attribute_name: 'gsi_sk',
                attribute_type: 'S'
              }
            ],
            global_secondary_indexes: [
              {
                index_name: 'gsi',
                key_schema: [
                  {
                    key_type: 'HASH',
                    attribute_name: 'gsi_pk'
                  },
                  {
                    key_type: 'RANGE',
                    attribute_name: 'gsi_sk'
                  }
                ],
                projection: {
                  projection_type: 'INCLUDE',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



