{"id":26584116,"url":"https://github.com/chrispsheehan/lambda-express-api","last_synced_at":"2026-04-05T22:36:06.035Z","repository":{"id":215802437,"uuid":"739736198","full_name":"chrispsheehan/lambda-express-api","owner":"chrispsheehan","description":"Run express api in lambda. Deploy multiple environments.","archived":false,"fork":false,"pushed_at":"2024-04-24T19:28:46.000Z","size":212,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T09:19:00.557Z","etag":null,"topics":["aws","bash","express","github-actions","lambda","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/chrispsheehan.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":"2024-01-06T11:43:12.000Z","updated_at":"2024-10-09T21:08:40.000Z","dependencies_parsed_at":"2024-01-19T17:41:54.470Z","dependency_job_id":"fcdb4e52-43a3-4e20-b045-e95d9ca8513a","html_url":"https://github.com/chrispsheehan/lambda-express-api","commit_stats":null,"previous_names":["chrispsheehan/lambda-express-api"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/chrispsheehan/lambda-express-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrispsheehan%2Flambda-express-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrispsheehan%2Flambda-express-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrispsheehan%2Flambda-express-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrispsheehan%2Flambda-express-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrispsheehan","download_url":"https://codeload.github.com/chrispsheehan/lambda-express-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrispsheehan%2Flambda-express-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","bash","express","github-actions","lambda","terraform"],"created_at":"2025-03-23T09:19:03.975Z","updated_at":"2026-04-05T22:36:05.986Z","avatar_url":"https://github.com/chrispsheehan.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lambda-express-api\n\nExpress api running in aws lambda.\n\n## security\n\nMove all access settings to github. Only allow user x to create tags/run workflows manually etc.\n\n## environments\n\nMultiple environments are supported via [terraform workspaces](https://developer.hashicorp.com/terraform/language/state/workspaces).\n\n- Changes to main are automatically deployed to dev.\n- New tags will trigger deploy to QA.\n  - `git tag v1.0.0 \u0026\u0026 git push origin --tags`\n- Deploy tag to prod by manually running `Deploy Environment` workflow\n  - Pass in the file name i.e. `v1.0.0.zip` along with a message.\n\n\n## terraform\n\nMinimum requires deployment iam privileges.\n\n```json\n[\n    \"dynamodb:*\", \n    \"s3:*\", \n    \"lambda:*\", \n    \"apigateway:*\",\n    \"iam:*\"\n]\n```\n\n\n## ci\n\nCommits to `main` will kick off a deployment.\n\nRequired github action variables.\n- `AWS_ACCOUNT_ID`\n- `AWS_REGION`\n- `AWS_ROLE` role with deployment privileges\n- `AWS_ROLE_VALIDATE_ONLY` role with readonly privileges (can be same as `AWS_ROLE`)\n\n\n## lambda code\n\nUses the [aws-serverless-express](https://www.npmjs.com/package/aws-serverless-express) npm library.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrispsheehan%2Flambda-express-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrispsheehan%2Flambda-express-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrispsheehan%2Flambda-express-api/lists"}