{"id":18851741,"url":"https://github.com/greenvine/lambda-http-proxy","last_synced_at":"2026-02-03T23:30:17.998Z","repository":{"id":89389415,"uuid":"135109868","full_name":"GreenVine/lambda-http-proxy","owner":"GreenVine","description":"Lambda HTTP Proxy Server","archived":false,"fork":false,"pushed_at":"2018-05-28T04:43:37.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-12-30T16:53:22.745Z","etag":null,"topics":["aws-lambda","http","proxy-server"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GreenVine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-28T04:35:59.000Z","updated_at":"2018-05-28T04:43:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a67e837-8ba8-45a9-a238-b955d27899fc","html_url":"https://github.com/GreenVine/lambda-http-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenVine%2Flambda-http-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenVine%2Flambda-http-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenVine%2Flambda-http-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenVine%2Flambda-http-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GreenVine","download_url":"https://codeload.github.com/GreenVine/lambda-http-proxy/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239788651,"owners_count":19697237,"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-lambda","http","proxy-server"],"created_at":"2024-11-08T03:36:03.784Z","updated_at":"2026-02-03T23:30:17.966Z","avatar_url":"https://github.com/GreenVine.png","language":"TypeScript","readme":"# Lambda HTTP Proxy\n\nAn [AWS Lambda](https://aws.amazon.com/lambda/) function with Serverless integration that enables you proxy your HTTP/S requests through [API Gateway](https://aws.amazon.com/api-gateway/).\n\n## Usage\n\n(TBC)\n\n## Environment Variables\n\n```bash\nexport API_DOMAIN=proxy.example.com # API Gateway Endpoint Domain\n\nexport AWS_REGION=us-west-2 # Deployment Region\n\nexport API_CERT_NAME=*.example.com # API Certificate Name (Best match)\n\n# Stage name\nexport API_STAGE=v1\n```\n\n## Deployment\n\n### SSL Certificate\n\nThe environment variable `API_CERT_NAME` specifies the certificate name for API Gateway custom domain. The Serverless plugin will do the best-match over this name. Refer to [serverless-domain-manager plugin documentation](https://github.com/amplify-education/serverless-domain-manager) for detailed guidance.\n\n### Custom Domain\n\n#### Set up\n\nTo set up the custom domain for API Gateway, simply run `yarn run sls create_domain` once.\n\nIn addition, please note that this command cannot modify the existing custom domain that created by other means, through e.g. AWS Console, API.\n\nSample Output:\n`\nServerless: 'proxy.example.com' was created/updated. New domains may take up to 40 minutes to be initialized.\n`\n\n#### Tear Down\n\nTo remove the custom domain, run `yarn run sls delete_domain` once.\n\n### Deploy Project\n\nTo deploy or update the project, run `yarn run sls deploy`.\n\n### Destroy Project\n\n:warning: To destroy all resources, run `yarn run sls remove`. **Be careful when running this command towards a production stage name**.\n\n## References\n\n### AWS as the Provider\n\n- [Quick Start Guide](https://serverless.com/framework/docs/providers/aws/guide/quick-start/)\n\n- Serverless Config: [serverless.yml](https://serverless.com/framework/docs/providers/aws/guide/serverless.yml)\n\n- [API Gateway Events](https://serverless.com/framework/docs/providers/aws/events/apigateway)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenvine%2Flambda-http-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenvine%2Flambda-http-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenvine%2Flambda-http-proxy/lists"}