Add support for Rules
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Rules can be used to perform parameter validations based on the values of other parameters.
it seems that Rules aren't supported currently https://github.com/mapbox/accounts-airflow/blob/96be3b4f73d25c03fb7c77b24e311d0d1350b060/node_modules/@mapbox/cloudfriend/lib/merge.js#L30-L37
cc @mapbox/platform
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with lib/merge.js around lines 30-37, where the issue indicates unsupported template sections are handled, and read the linked AWS Rules documentation. Confirm how CloudFormation templates are assembled and make the change support Rules; done means templates containing Rules are assembled correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100