From a0df26a8edf2a460e39ebd8fd9506172d9f4cebf Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Mon, 24 Mar 2025 11:08:37 +0100 Subject: [PATCH] fix(ci): region typo in govcloud --- .github/workflows/layers_govcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/layers_govcloud.yml b/.github/workflows/layers_govcloud.yml index cbb2e36d38..cc8a318330 100644 --- a/.github/workflows/layers_govcloud.yml +++ b/.github/workflows/layers_govcloud.yml @@ -103,7 +103,7 @@ jobs: run: | cat AWSLambdaPowertoolsTypeScriptV2.json | jq '{"LayerName": "AWSLambdaPowertoolsTypeScriptV2", "Description": .Description, "CompatibleRuntimes": .CompatibleRuntimes, "LicenseInfo": .LicenseInfo}' > input.json - LAYER_VERSION=$(aws --region us-gov-west-1 lambda publish-layer-version \ + LAYER_VERSION=$(aws --region us-gov-east-1 lambda publish-layer-version \ --zip-file fileb://./AWSLambdaPowertoolsTypeScriptV2.zip \ --cli-input-json file://./input.json \ --query 'Version' \