{"id":22871082,"url":"https://github.com/colemurray/serverless-express-lambda-cdk","last_synced_at":"2025-09-04T05:16:16.197Z","repository":{"id":187989701,"uuid":"677894964","full_name":"ColeMurray/serverless-express-lambda-cdk","owner":"ColeMurray","description":"An express serverless lambda project deployed with AWS CDK","archived":false,"fork":false,"pushed_at":"2023-09-05T03:53:07.000Z","size":105,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-12T08:02:04.409Z","etag":null,"topics":["aws-cdk","aws-lambda","express","expressjs","lambda","nodejs","serverless","typescript"],"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/ColeMurray.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":"2023-08-13T02:19:46.000Z","updated_at":"2024-06-16T03:01:16.000Z","dependencies_parsed_at":"2025-02-06T16:53:03.583Z","dependency_job_id":"f30c8d80-2ef2-419a-99b5-7288577b4ed4","html_url":"https://github.com/ColeMurray/serverless-express-lambda-cdk","commit_stats":null,"previous_names":["colemurray/serverless-express-lambda-cdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ColeMurray/serverless-express-lambda-cdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColeMurray%2Fserverless-express-lambda-cdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColeMurray%2Fserverless-express-lambda-cdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColeMurray%2Fserverless-express-lambda-cdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColeMurray%2Fserverless-express-lambda-cdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColeMurray","download_url":"https://codeload.github.com/ColeMurray/serverless-express-lambda-cdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColeMurray%2Fserverless-express-lambda-cdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273555459,"owners_count":25126316,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-cdk","aws-lambda","express","expressjs","lambda","nodejs","serverless","typescript"],"created_at":"2024-12-13T13:17:11.078Z","updated_at":"2025-09-04T05:16:16.173Z","avatar_url":"https://github.com/ColeMurray.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serverless-express-lambda-cdk\nAn express serverless lambda project configured with typescript deployed with AWS CDK\n\nThis stack deploys:\n- CI/CD pipeline\n- Staging and Prod environment\n- lambda function with serverless-express\n- Error alarm with pipeline rollback functionality\n\n### Tutorial\nhttps://medium.com/itnext/building-a-ci-cd-pipeline-for-a-serverless-express-application-with-aws-cdk-1d3c842ea1ff\n\n### Setup\n#### Install deps\n```\ncd deployment\nnpm install\n```\n\n#### Setup configuration\nhttps://github.com/ColeMurray/serverless-express-lambda-cdk/blob/main/deployment/bin/config.ts\n\n```\n\nexport const config = {\n  codeRepository: \"\u003cYOUR REPO HERE\u003e\",\n  codeBranch: \"main\",\n  connectionArn: \"\u003cYOUR CODE COMMIT CONNECTION ARN HERE\u003e\",\n  preprodAccount: {\n    account: \"\u003cYOUR PREPROD ACCOUNT ID HERE\u003e\",\n    region: \"\u003cYOUR PREPROD REGION HERE\u003e\"\n  },\n  prodAccount: {\n    account: \"\u003cYOUR PROD ACCOUNT ID HERE\u003e\",\n    region: \"\u003cYOUR PROD REGION HERE\u003e\"\n  },\n  crossEnvDeployment: false\n}\n```\n\n#### AWS Credentials\nEnsure your aws credentials are available in the environment\n```\nexport AWS_ACCESS_KEY_ID=\u003cvalue\u003e\nexport AWS_SECRET_ACCESS_KEY_ID=\u003cvalue\u003e\n```\n\n### Synth\n`cdk synth`\n\n### Deploy\n`cdk deploy`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolemurray%2Fserverless-express-lambda-cdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolemurray%2Fserverless-express-lambda-cdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolemurray%2Fserverless-express-lambda-cdk/lists"}