The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL and REST based backends for your amplify project.
There is no option to create Local Secondary Index for the model. Unable to update/add using the backend.ts as the table would be already created by then and the LSI should be created with the table.
Use case
To create and use Local Secondary Index for the data models in amplify.
Environment information
Describe the feature
Currently we can only crease GSI for the data models in Amplify.
There is no option to create Local Secondary Index for the model. Unable to update/add using the backend.ts as the table would be already created by then and the LSI should be created with the table.
Use case
To create and use Local Secondary Index for the data models in amplify.