diff --git a/bin/sam-translate.py b/bin/sam-translate.py index 16f04338c..94762c98b 100755 --- a/bin/sam-translate.py +++ b/bin/sam-translate.py @@ -40,7 +40,7 @@ "--output-template", help="Location to store resulting CloudFormation template [default: transformed-template.json].", type=Path, - default=Path("transformed-template.yaml"), + default=Path("transformed-template.json"), ) parser.add_argument( "--s3-bucket",