{"id":26955134,"url":"https://github.com/maginepro/aws-regions","last_synced_at":"2025-04-03T02:29:35.259Z","repository":{"id":282016004,"uuid":"947182783","full_name":"maginepro/aws-regions","owner":"maginepro","description":"Scala micro library for AWS regions :earth_africa:","archived":false,"fork":false,"pushed_at":"2025-03-27T13:18:19.000Z","size":53,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T13:31:59.029Z","etag":null,"topics":["aws","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maginepro.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-12T09:32:55.000Z","updated_at":"2025-03-27T13:18:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5035a58-40dd-4492-8598-aa775936df00","html_url":"https://github.com/maginepro/aws-regions","commit_stats":null,"previous_names":["maginepro/aws-regions"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maginepro%2Faws-regions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maginepro%2Faws-regions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maginepro%2Faws-regions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maginepro%2Faws-regions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maginepro","download_url":"https://codeload.github.com/maginepro/aws-regions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246924877,"owners_count":20855802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","scala"],"created_at":"2025-04-03T02:29:34.722Z","updated_at":"2025-04-03T02:29:35.216Z","avatar_url":"https://github.com/maginepro.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :earth_africa: aws-regions\n\nScala micro library for AWS regions.\n\n## Usage\n\nYou can add the following lines to `build.sbt` to use the library.\n\n```scala\nlibraryDependencies ++= Seq(\n  \"com.magine\" %% \"aws-regions\" % awsRegionsVersion,\n  \"com.magine\" %% \"aws-regions-circe\" % awsRegionsVersion,\n  \"com.magine\" %% \"aws-regions-ciris\" % awsRegionsVersion\n)\n```\n\nMake sure to replace `awsRegionsVersion` with a [release version](https://github.com/maginepro/aws-regions/releases).\u003cbr\u003e\nReplace `%%` with `%%%` if you are using [Scala.js](https://www.scala-js.org) or [Scala Native](https://scala-native.org).\n\n## Quick Example\n\n```scala\nimport com.magine.aws.Region\n\nRegion.EU_WEST_1 == Region(\"eu-west-1\") // true\nRegion.EU_WEST_1 == Region(\"EU-WEST-1\") // true\nRegion.valid(\"eu-west-1\") //  Right(eu-west-1)\nRegion.valid(\"EU-WEST-1\") //  Right(eu-west-1)\nRegion.valid(\"eu-west-4\") //  Left(com.magine.aws.InvalidRegion: Invalid region: eu-west-4)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaginepro%2Faws-regions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaginepro%2Faws-regions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaginepro%2Faws-regions/lists"}