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

AWS::DynamoDB::Table - Invalid KeySchema: The first KeySchemaElement is not a HASH key type #3132

Open
2 tasks done
kddejong opened this issue Apr 4, 2024 · 0 comments
Open
2 tasks done
Labels
v1 v1.X

Comments

@kddejong
Copy link
Contributor

kddejong commented Apr 4, 2024

Is this feature request related to a new rule or cfn-lint capabilities?

rules

Describe the feature you'd like to request

When defining a dynamodb table you must have the first key be a HASH.

- AttributeName: Key
  KeyType: RANGE
- AttributeName: Value
  KeyType: HASH

Describe the solution you'd like

Detect that the first element is a HASH

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request

Would this feature include a breaking change?

  • ⚠️ This feature might incur a breaking change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1 v1.X
Projects
None yet
Development

No branches or pull requests

1 participant