Skip to content

Commit f6df925

Browse files
eulogio-gutierrezdanPudwellUK
authored andcommitted
removed -t as template has now default name
1 parent 52c4e60 commit f6df925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ phases:
4646
# Execute packager tool so every lambda gets just the code and dependencies it needs
4747
- bash ./packager -q
4848
# Build the SAM template
49-
- sam build -s .build -t template.yaml
49+
- sam build -s .build
5050
# Package the build
5151
- sam package --s3-bucket $SAM_S3_BUCKET --s3-prefix $CLEAN_PR --output-template-file NewSamTemplate.yaml
5252
# Deploy the package

buildspec-stg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ phases:
2323
# Execute packager tool so every lambda gets just the code and dependencies it needs
2424
- bash ./packager -q
2525
# Build the SAM template
26-
- sam build -s .build -t template.yaml
26+
- sam build -s .build
2727
# Package the build
2828
- sam package --s3-bucket $SAM_S3_BUCKET --output-template-file NewSamTemplate.yaml
2929
# Deploy the package

0 commit comments

Comments
 (0)