diff --git a/Makefile b/Makefile index 36e7f34c9..965b8ceca 100644 --- a/Makefile +++ b/Makefile @@ -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 \