{"id":21714260,"url":"https://github.com/vtcaregorodtcev/config_server_example","last_synced_at":"2026-05-07T09:31:50.015Z","repository":{"id":112062659,"uuid":"524982286","full_name":"vtcaregorodtcev/config_server_example","owner":"vtcaregorodtcev","description":"Example of config server with AWS API Gateway ","archived":false,"fork":false,"pushed_at":"2022-08-15T12:41:49.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T19:34:58.490Z","etag":null,"topics":["api-gateway","aws","aws-lambda","config-server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vtcaregorodtcev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-08-15T12:41:25.000Z","updated_at":"2022-09-21T21:23:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"f72931cf-33be-4791-95fd-f6ff73c99f3a","html_url":"https://github.com/vtcaregorodtcev/config_server_example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vtcaregorodtcev/config_server_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtcaregorodtcev%2Fconfig_server_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtcaregorodtcev%2Fconfig_server_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtcaregorodtcev%2Fconfig_server_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtcaregorodtcev%2Fconfig_server_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtcaregorodtcev","download_url":"https://codeload.github.com/vtcaregorodtcev/config_server_example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtcaregorodtcev%2Fconfig_server_example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261813177,"owners_count":23213634,"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":["api-gateway","aws","aws-lambda","config-server"],"created_at":"2024-11-26T00:33:34.578Z","updated_at":"2026-05-07T09:31:44.995Z","avatar_url":"https://github.com/vtcaregorodtcev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Gateway Lambda Template\n\n## How to use?\n\nYou need an AWS account to have access to [AWS console](https://console.aws.amazon.com/iam/home#/security_credentials).\n\n1. Click \u003cb\u003e`\"Access keys (access key ID and secret access key)\"`\u003c/b\u003e tab and create Id and Key\n2. Create or update \u003cb\u003e`~/.aws/config`\u003c/b\u003e and \u003cb\u003e`~/.aws/credentials`\u003c/b\u003e on your machine to setup profile with secrets which you got on the first step.\n\n```bash\n# ~/.aws/config\n\n[rest-dev] # or rest-prod, configured in sls/profiles, applied from serverless.yml/stage\nregion = us-west-1 # or whatever you prefer\noutput = json\n```\n\n```bash\n# ~/.aws/credentials\n\n[rest-dev] # or rest-prod, configured in sls/profiles, applied from serverless.yml/stage\naws_access_key_id=YOUR_ID\naws_secret_access_key=YOUR_KEY\n```\n\n3. Then deploy.\n\n```bash\npnpm run deploy\n```\n\n4. After deploy you can check your [api services](https://console.aws.amazon.com/apigateway/main/apis) under your AWS account and test endpoints.\n5. If you want to use preconfigured profiles or other regions you can extend above command.\n\n```bash\nPROFILE=local REGION=us-west-2 pnpm run deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtcaregorodtcev%2Fconfig_server_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtcaregorodtcev%2Fconfig_server_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtcaregorodtcev%2Fconfig_server_example/lists"}