Closed barrysteyn closed 4 years ago
Global secondary indexes seems is very important. Here is an idea how it could be supported:
myTable: component: '@serverless/aws-dynamodb' inputs: name: nameOfTable # optional attributeDefinitions: - AttributeName: id AttributeType: S keySchema: - AttributeName: id KeyType: HASH region: us-east-1 globalSecondaryIndexes: - IndexName: nameOfGSIndex - KeySchema: - AttributeName: id KeyType: HASH
@barrysteyn absolutely! the config looks great. PR is welcome 😊
He he - okay, give me a day or so, I will try have it out soon.
Global secondary indexes seems is very important. Here is an idea how it could be supported: