We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5707f2 commit 7d43e5cCopy full SHA for 7d43e5c
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
needs: [pre-build, init-kosli]
78
uses: ./.github/workflows/upload-cli-layer.yml
79
with:
80
- tag: v2.11.2
+ tag: v2.11.5
81
AWS_ACCOUNT_ID: 585008075785
82
AWS_REGION: eu-central-1
83
bin/upload_cli_layer.sh
@@ -1,7 +1,7 @@
1
# Configuration
2
TAG=$TAG
3
AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID
4
-AWS_REGIONS=("eu-central-1" "us-east-1" "us-west-1") # Where to upload the layer
+AWS_REGIONS=("eu-central-1" "eu-west-1" "eu-west-2" "eu-west-3" "eu-north-1" "us-east-1" "us-east-2" "us-west-1" "us-west-2") # Where to upload the layer
5
S3_BUCKET="lambda-layer-mapping-ccc19615fd6c05ace42e71c551995458dbdb1be7"
6
S3_KEY="lambda_layer_versions.json"
7
LAYER_NAME="kosli-cli-test"
0 commit comments