aws-cloudformation / aws-cloudformation/cloudformation-resource-schema
Validate the type of properties in `primaryIdentifier`
Open
- Dominant language
- Java
- Stars
- 96
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Only `String` or `Number` type property can be `primaryIdentifier`. We should enforce it during schema validation.
Contributor guide
Research direction
Start by locating the schema-validation logic for primaryIdentifier and inspect how property types are represented. Confirm validation rejects non-String/Number properties assigned to primaryIdentifier, and add or run the relevant validation tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100