{"id":22816498,"url":"https://github.com/msysh/cdk-template-lambda-nodejs","last_synced_at":"2025-07-23T11:39:36.716Z","repository":{"id":244274805,"uuid":"814765173","full_name":"msysh/cdk-template-lambda-nodejs","owner":"msysh","description":"This is a Lambda Function CDK template for Node.js using Typescript.","archived":false,"fork":false,"pushed_at":"2025-03-26T16:47:25.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T17:42:45.537Z","etag":null,"topics":["cdk","lambda","nodejs-lambda"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/msysh.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":"2024-06-13T16:53:12.000Z","updated_at":"2025-03-26T16:47:29.000Z","dependencies_parsed_at":"2025-03-26T17:33:37.584Z","dependency_job_id":"a7e8cfc3-c877-48ce-a539-e3176116bc86","html_url":"https://github.com/msysh/cdk-template-lambda-nodejs","commit_stats":null,"previous_names":["msysh/cdk-template-lambda-nodejs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msysh/cdk-template-lambda-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msysh%2Fcdk-template-lambda-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msysh%2Fcdk-template-lambda-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msysh%2Fcdk-template-lambda-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msysh%2Fcdk-template-lambda-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msysh","download_url":"https://codeload.github.com/msysh/cdk-template-lambda-nodejs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msysh%2Fcdk-template-lambda-nodejs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266671157,"owners_count":23966129,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["cdk","lambda","nodejs-lambda"],"created_at":"2024-12-12T14:07:44.276Z","updated_at":"2025-07-23T11:39:36.680Z","avatar_url":"https://github.com/msysh.png","language":"TypeScript","readme":"# CDK Template for AWS Lambda Function (Node.js)\n\nThis is a Lambda Function CDK template for Node.js using Typescript.\nThis is useful when you want to quickly deploy a Node.js Lambda function using cdk.\n\n## Getting Started\n\n### 1. Clone this project\n\n```shell\ngit clone https://github.com/msysh/cdk-template-lambda-nodejs.git\n```\n\nIf necessary, please change the name of the cloned directory as you like.\n\n### 2. Package install\n\n```shell\npnpm install   # or npm install\n```\n\n### 3. Edit Lambda function handler file\n\nThe Lambda handler file is in [assets/function/handler.ts](./assets/function/handler.ts).\n\nPlease edit the function as you like.\n\n### 4. (Optional) Change CloudFormation Stack Name\n\nIf you want to specify a deployed stack name.\nPlease edit the stack name in [bin/cdk-lambda-nodejs.ts](./bin/cdk-lambda-nodejs.ts#L5) .\n\n```typescript\nnew Stack(app, 'LambdaNodejsStack-Template', {});\n```\n\n### 5. Deploy\n\n```shell\ncdk deploy\n```\n\n## Clean Up\n\n```shell\ncdk destroy\n```\n\n## License\n\nApache 2.0","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsysh%2Fcdk-template-lambda-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsysh%2Fcdk-template-lambda-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsysh%2Fcdk-template-lambda-nodejs/lists"}