Skip to content

Commit

Permalink
fix: adding il-central-1 region (#565)
Browse files Browse the repository at this point in the history
* fix: adding il-central-1 region

* fix: added il-central-1 in the region selector
  • Loading branch information
andreacavagna01 authored Aug 8, 2024
1 parent e3abf82 commit b672dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/services/aws-core-service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ describe("AwsCoreService", () => {
},
{
region: "eu-west-3",
},
{

Check failure on line 87 in packages/core/src/services/aws-core-service.spec.ts

View workflow job for this annotation

GitHub Actions / build_and_test (macos-latest, 16)

Delete `·`
region: "il-central-1",
},
{
region: "me-central-1",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/services/aws-core-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class AwsCoreService {
["eu-west-1", "https://sts.eu-west-1.amazonaws.com"],
["eu-west-2", "https://sts.eu-west-2.amazonaws.com"],
["eu-west-3", "https://sts.eu-west-3.amazonaws.com"],
["il-central-1", "https://sts.il-central-1.amazonaws.com"],
["me-central-1", "https://sts.me-central-1.amazonaws.com"],
["me-south-1", "https://sts.me-south-1.amazonaws.com"],
["sa-east-1", "https://sts.sa-east-1.amazonaws.com"],
Expand Down

0 comments on commit b672dba

Please sign in to comment.