Skip to content

Commit

Permalink
Build: [AEA-0000] - Fix sam-sync (#528)
Browse files Browse the repository at this point in the history
## Summary

- 🤖 Operational or Infrastructure Change

### Details

Mirror the fix to `make sam-deploy` to `make sam-sync`

---------

Co-authored-by: anthony-nhs <[email protected]>
  • Loading branch information
wildjames and anthony-nhs committed Jul 16, 2024
1 parent 1eb1e7b commit 59ab7e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ sam-sync: guard-AWS_DEFAULT_PROFILE guard-stack_name compile
--watch \
--template-file SAMtemplates/main_template.yaml \
--parameter-overrides \
EnableSplunk=false
EnableSplunk=false \
DeployCheckPrescriptionStatusUpdate=true

sam-deploy: guard-AWS_DEFAULT_PROFILE guard-stack_name
sam deploy \
Expand Down

0 comments on commit 59ab7e5

Please sign in to comment.