aws-amplify / aws-amplify/amplify-cli
Run a proper linter on the entire template
Open
feature-request
p3
platform
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
I'm wasting a lot of time debugging errors in CloudFormation templates. They take minutes to process when I debug with the `push -y` method.
What `amplify push -y` should do is run an extremely accurate linter. The linter should be run over every template, or simply process the root + nested as a single file.
Integrating `cfn-lint` would be a good start.
Contributor guide
Assessment
This issue has not been assessed yet.