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

fix(dynamodb): the maximum number of nonKeyAttributes is 100, not 20 #8186

Merged
merged 1 commit into from
May 25, 2020

Conversation

RomainMuller
Copy link
Contributor

The validation for nonKeyAttributes count on the secondaryt indexes
was incorrectly checked at 20, while the real limit is 100 (it has
been raised since the code was initially authored).

Fixes #8095


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

The validation for `nonKeyAttributes` count on the secondaryt indexes
was incorrectly checked at `20`, while the real limit is `100` (it has
been raised since the code was initially authored).

Fixes #8095
@RomainMuller RomainMuller requested a review from a team May 25, 2020 15:09
@RomainMuller RomainMuller self-assigned this May 25, 2020
@RomainMuller RomainMuller added @aws-cdk/aws-dynamodb Related to Amazon DynamoDB bug This issue is a bug. contribution/core This is a PR that came from AWS. effort/small Small work item – less than a day of effort labels May 25, 2020
@mergify
Copy link
Contributor

mergify bot commented May 25, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 0393528 into master May 25, 2020
@mergify mergify bot deleted the rmuller/ddb-nonkeyattributes branch May 25, 2020 15:58
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 603e3ab
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

mergify bot pushed a commit that referenced this pull request Oct 12, 2020
Relates to #8186, #8095

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
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. contribution/core This is a PR that came from AWS. effort/small Small work item – less than a day of effort
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DynamoDb - nonKeyAttributes limit incorrect
3 participants