From 708c4febfe326f6f6434c356f32d49aab97e6ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Pr=C3=A9?= Date: Wed, 24 Jul 2024 09:23:55 +0200 Subject: [PATCH 1/2] Publish lambda layer in all AWS regions --- .github/workflows/ci.yaml | 64 +++++++++++++++++++++++++++++++-------- 1 file changed, 52 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 175d9b1..7424e06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,9 +71,36 @@ jobs: - amd64 - arm64 region: # TODO: Add all regions where Lambda is available - - eu-west-1 - - us-east-1 - us-east-2 + - us-east-1 + - us-west-1 + - us-west-2 + - af-south-1 + - ap-east-1 + - ap-south-2 + - ap-southeast-3 + - ap-southeast-4 + - ap-south-1 + - ap-northeast-3 + - ap-northeast-2 + - ap-southeast-1 + - ap-southeast-2 + - ap-northeast-1 + - ca-central-1 + - ca-west-1 + - eu-central-1 + - eu-west-1 + - eu-west-2 + - eu-south-1 + - eu-west-3 + - eu-south-2 + - eu-north-1 + - eu-central-2 + - il-central-1 + - me-south-1 + - me-central-1 + - sa-east-1 + steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 @@ -148,23 +175,36 @@ jobs: - amd64 - arm64 region: + - us-east-2 + - us-east-1 - us-west-1 - us-west-2 - - us-east-1 - - us-east-2 + - af-south-1 + - ap-east-1 + - ap-south-2 + - ap-southeast-3 + - ap-southeast-4 + - ap-south-1 + - ap-northeast-3 + - ap-northeast-2 + - ap-southeast-1 + - ap-southeast-2 + - ap-northeast-1 + - ca-central-1 + - ca-west-1 + - eu-central-1 - eu-west-1 - eu-west-2 + - eu-south-1 - eu-west-3 + - eu-south-2 - eu-north-1 - - eu-central-1 - - ca-central-1 + - eu-central-2 + - il-central-1 + - me-south-1 + - me-central-1 - sa-east-1 - - ap-south-1 - - ap-southeast-1 - - ap-southeast-2 - - ap-northeast-1 - - ap-northeast-2 - - ap-northeast-3 + steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 From ee09b4f98daf46b60f13d2b62db43d998dee07b5 Mon Sep 17 00:00:00 2001 From: Islam Shehata Date: Mon, 4 Nov 2024 13:39:59 +0200 Subject: [PATCH 2/2] revert dev regions --- .github/workflows/ci.yaml | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7424e06..4fd5781 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,36 +70,10 @@ jobs: architecture: - amd64 - arm64 - region: # TODO: Add all regions where Lambda is available - - us-east-2 - - us-east-1 - - us-west-1 - - us-west-2 - - af-south-1 - - ap-east-1 - - ap-south-2 - - ap-southeast-3 - - ap-southeast-4 - - ap-south-1 - - ap-northeast-3 - - ap-northeast-2 - - ap-southeast-1 - - ap-southeast-2 - - ap-northeast-1 - - ca-central-1 - - ca-west-1 - - eu-central-1 + region: - eu-west-1 - - eu-west-2 - - eu-south-1 - - eu-west-3 - - eu-south-2 - - eu-north-1 - - eu-central-2 - - il-central-1 - - me-south-1 - - me-central-1 - - sa-east-1 + - us-east-1 + - us-east-2 steps: - uses: actions/checkout@v3