From 9d0267345d3ccc01013c7430e76ec8faa4cd7f49 Mon Sep 17 00:00:00 2001 From: Alex Casalboni Date: Mon, 16 Sep 2024 11:17:08 +0200 Subject: [PATCH] update publish script --- scripts/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index bb1d146..e56af00 100644 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -2,6 +2,6 @@ S3_BUCKET=alex-casalboni-apps -sam package --output-template-file packaged.yaml --s3-bucket $S3_BUCKET +sam package --template-file template.yml --output-template-file packaged.yml --s3-bucket $S3_BUCKET --region us-east-1 -sam publish --template packaged.yaml --region us-east-1 \ No newline at end of file +sam publish --template packaged.yml --region us-east-1 \ No newline at end of file