From 67af982a6d4f75dea986e04622b6bb0954c6946c Mon Sep 17 00:00:00 2001 From: Chris Cundill Date: Wed, 4 Sep 2024 10:45:05 +0100 Subject: [PATCH] Trying different syntax on aws synthetics update-canary command --- .github/workflows/deploy-smoke-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-smoke-test.yml b/.github/workflows/deploy-smoke-test.yml index b9192586..bf69f8ed 100644 --- a/.github/workflows/deploy-smoke-test.yml +++ b/.github/workflows/deploy-smoke-test.yml @@ -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