File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ if [ ! -f sumo_app_utils.zip ]; then
2121 pip3 install requests -t .
2222 pip3 install retrying -t .
2323 cp -v ../src/* .py .
24- zip -r ../sumo_app_utils1 .zip .
24+ zip -r ../sumo_app_utils .zip .
2525 cd ..
2626 rm -r python
2727fi
2828
2929version=" 2.0.15"
3030
31- # aws s3 cp sumo_app_utils.zip s3://$SAM_S3_BUCKET/sumo_app_utils/v"$version"/sumo_app_utils.zip --region $AWS_REGION --acl public-read
31+ aws s3 cp sumo_app_utils.zip s3://$SAM_S3_BUCKET /sumo_app_utils/v" $version " /sumo_app_utils.zip --region $AWS_REGION --acl public-read
3232
33- # sam package --template-file sumo_app_utils.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged_sumo_app_utils.yaml --s3-prefix "sumo_app_utils/v"$version --region $AWS_REGION --profile $AWS_PROFILE
33+ sam package --template-file sumo_app_utils.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged_sumo_app_utils.yaml --s3-prefix " sumo_app_utils/v" $version --region $AWS_REGION --profile $AWS_PROFILE
3434
35- # sam publish --template packaged_sumo_app_utils.yaml --region $AWS_REGION --semantic-version $version
35+ sam publish --template packaged_sumo_app_utils.yaml --region $AWS_REGION --semantic-version $version
3636
3737# sam deploy --template-file packaged_sumo_app_utils.yaml --stack-name testingsumoapputils --capabilities CAPABILITY_IAM --region $AWS_REGION
3838
You can’t perform that action at this time.
0 commit comments