Skip to content

Commit

Permalink
Trying different syntax on aws synthetics update-canary command
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill committed Sep 4, 2024
1 parent f7cc9a6 commit 67af982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
if: ${{ matrix.environment == 'development' }}
run: |
aws synthetics update-canary \
--name=www \
--code=S3Bucket=${{ matrix.environment }}-canary-code-bucket,S3Key=main/smoke-test-package.zip,S3Version=${{ steps.canary-code-s3-version.outputs.VERSION }},Handler=smoke_canary.handler
--name www \
--code S3Bucket=${{ matrix.environment }}-canary-code-bucket,S3Key=main/smoke-test-package.zip,S3Version=${{ steps.canary-code-s3-version.outputs.VERSION }},Handler=smoke_canary.handler

0 comments on commit 67af982

Please sign in to comment.