Removed unavailable me-south-1 due to regional conflict and no ETA from AWS - #75
Merged
Conversation
There was a problem hiding this comment.
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-1from theaws_regionmatrix in the collector release workflows (prod + staging). - Removed
me-south-1from 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.
raphael-theriault-swi
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the AWS region configuration in several GitHub Actions workflow files by removing the
me-south-1region from the list of targeted deployment regions. This change ensures that workflows no longer attempt to deploy or release resources to theme-south-1region.AWS region configuration updates:
me-south-1from 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