Explanation:True.
Explanation:
This error comes from the DynamoDB table resources in your serverless.ylm. In a DynamoDB table definition, the
should only contain attributes that are used as KeySchema for the table and its indexes.
For example, the following table definition will result in the above error because the attribute is not being used in the table or index’s KeySchema.