Skip to content

Removed unavailable me-south-1 due to regional conflict and no ETA from AWS - #75

Merged
jerrytfleung merged 1 commit into
swofrom
remove-me-south-1
Aug 13, 2026
Merged

Removed unavailable me-south-1 due to regional conflict and no ETA from AWS#75
jerrytfleung merged 1 commit into
swofrom
remove-me-south-1

Conversation

@jerrytfleung

Copy link
Copy Markdown

This pull request updates the AWS region configuration in several GitHub Actions workflow files by removing the me-south-1 region from the list of targeted deployment regions. This change ensures that workflows no longer attempt to deploy or release resources to the me-south-1 region.

AWS region configuration updates:

  • Removed me-south-1 from the region lists in the following workflow files:
    • .github/workflows/publish-layer-collector.yml (on: and region array in jobs) [1] [2]
    • .github/workflows/release-layer-collector.yml
    • .github/workflows/release-layer-staging-collector.yml

Copilot AI review requested due to automatic review settings July 29, 2026 21:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the me-south-1 AWS region from the GitHub Actions workflows that publish/release the collector Lambda layer, ensuring pipelines no longer attempt deployments to an unavailable region.

Changes:

  • Removed me-south-1 from the aws_region matrix in the collector release workflows (prod + staging).
  • Removed me-south-1 from the workflow-dispatch selectable region list and the "all" region JSON list in the collector publish workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish-layer-collector.yml Drops me-south-1 from workflow inputs and from the computed "all" regions list used to generate the release matrix.
.github/workflows/release-layer-collector.yml Removes me-south-1 from the production release region matrix.
.github/workflows/release-layer-staging-collector.yml Removes me-south-1 from the staging release region matrix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jerrytfleung
jerrytfleung requested review from a team July 29, 2026 22:03
@jerrytfleung
jerrytfleung merged commit 0c7d240 into swo Aug 13, 2026
5 checks passed
@jerrytfleung
jerrytfleung deleted the remove-me-south-1 branch August 13, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants