Skip to content

Commit

Permalink
Merge pull request #166 from SumoLogic/SUMO-237733-aws-api-gateway-ap…
Browse files Browse the repository at this point in the history
…p-integration-with-awso-cf

Updating zip and renaming sh files
  • Loading branch information
himanshu219 authored Mar 26, 2024
2 parents b03fb45 + d5e2b81 commit ec56d26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if [[ -f SumoLogicAWSObservabilityHelper${version}.zip ]]; then
rm SumoLogicAWSObservabilityHelper${version}.zip
fi

export AWS_PROFILE="personal"
export AWS_PROFILE="prod"

aws s3 cp s3://appdevzipfiles-us-east-1/sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv${version}.zip --profile ${AWS_PROFILE} --region us-east-1
aws s3 cp s3://appdevzipfiles-us-east-1/sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelper${version}.zip SumoLogicAWSObservabilityHelper${version}.zip --profile ${AWS_PROFILE} --region us-east-1

0 comments on commit ec56d26

Please sign in to comment.