Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamodb global secondary indexes #2262

Closed
Fejuto opened this issue Apr 14, 2019 · 1 comment · Fixed by #2301 · May be fixed by MechanicalRock/account-reaper#6
Closed

dynamodb global secondary indexes #2262

Fejuto opened this issue Apr 14, 2019 · 1 comment · Fixed by #2301 · May be fixed by MechanicalRock/account-reaper#6
Assignees
Labels
@aws-cdk/aws-dynamodb Related to Amazon DynamoDB bug This issue is a bug.

Comments

@Fejuto
Copy link

Fejuto commented Apr 14, 2019

Describe the bug
error:
C:\Users\Fejuto\Documents\git\idlegame\cdk\node_modules@aws-cdk\aws-dynamodb\lib\table.ts:259
throw new RangeError('a maximum number of global secondary index per table is 5');

limit for global secondary indexes is actually 20 https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html#limits-secondary-indexes

To Reproduce
make dynamodb table and add more than 5 global secondary indexes

@Fejuto Fejuto added the bug This issue is a bug. label Apr 14, 2019
eladb pushed a commit that referenced this issue Apr 15, 2019
@eladb eladb self-assigned this Apr 15, 2019
@eladb
Copy link
Contributor

eladb commented Apr 15, 2019

Thanks for reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-dynamodb Related to Amazon DynamoDB bug This issue is a bug.
Projects
None yet
2 participants