-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
contributors/good-first-issueGood first issue for a contributorGood first issue for a contributortype/featureFeature requestFeature request
Description
Describe your idea/feature/enhancement
I'd like to see SAM CLI detect template.json automatially just like it does with template.yaml/template.yml.
Example:
If I run sam validate with a template.yaml file it works.
If I use the JSON syntax I get an error: SAM Template Not Found
So I have to type: sam validate -t template.json to get it to work.
Things to consider:
- Will this require any updates to the SAM Spec
No!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributors/good-first-issueGood first issue for a contributorGood first issue for a contributortype/featureFeature requestFeature request