File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments