Skip to content

Commit

Permalink
Corrected aws synthetics update-canary command in Deploy Smoke Tests …
Browse files Browse the repository at this point in the history
…GHA workflow
  • Loading branch information
cpcundill committed Sep 3, 2024
1 parent 576215a commit 9b057af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
if: ${{ matrix.environment == 'development' }}
run: |
aws synthetics update-canary \
--function-name development-main \
--name www \
--code=S3Bucket=${{ matrix.environment }}-canary-code-bucket,S3Key=main/smoke_canary.py,S3Version=${{ steps.canary-code-s3-version.outputs.VERSION }}

0 comments on commit 9b057af

Please sign in to comment.