{"id":22919442,"url":"https://github.com/takapi327/code-deploy-lifecycle-event-hooks","last_synced_at":"2025-04-01T13:25:25.590Z","repository":{"id":117971371,"uuid":"396794990","full_name":"takapi327/code-deploy-lifecycle-event-hooks","owner":"takapi327","description":"CodeDeployライフサイクルフックの通知設定用Lambdaアプリ","archived":false,"fork":false,"pushed_at":"2021-08-22T09:52:52.000Z","size":3217,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-07T08:29:27.066Z","etag":null,"topics":[],"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/takapi327.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":"2021-08-16T12:56:37.000Z","updated_at":"2021-08-22T09:52:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f22b128-9188-46ce-9e8b-6352744c24f2","html_url":"https://github.com/takapi327/code-deploy-lifecycle-event-hooks","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/takapi327%2Fcode-deploy-lifecycle-event-hooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fcode-deploy-lifecycle-event-hooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fcode-deploy-lifecycle-event-hooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fcode-deploy-lifecycle-event-hooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takapi327","download_url":"https://codeload.github.com/takapi327/code-deploy-lifecycle-event-hooks/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246645640,"owners_count":20810993,"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":[],"created_at":"2024-12-14T07:12:03.623Z","updated_at":"2025-04-01T13:25:25.540Z","avatar_url":"https://github.com/takapi327.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample Code Deploy Lifecycle Event Hooks\n\n## 概要\nAWS CodeDeployのライフサイクルイベントフックで起動させるLambdaアプリケーションの設定を行う\n\n各ライフサイクルイベントごとにディレクトリを分けて実装を行う\n\n| Resource | Directory | Note |\n| -------- | ---- | ---- |\n| BeforeInstall | beforeInstall| |\n| AfterInstall | afterInstall| |\n\n## セットアップ\n### npm\n```bash\n$ npm init\n$ npm install typescript\n$ npm tsc --init\n$ npm install --save-dev @types/node\n```\n\n### yarn\n```bash\n$ yarn init\n$ yarn add typescript\n$ yarn tsc --init\n$ yarn add --dev @types/node\n```\n\n## クローン\n```bash\n$ git clone git@github.com:takapi327/code-deploy-lifecycle-event-hooks.git\n$ yarn init or npm init\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fcode-deploy-lifecycle-event-hooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakapi327%2Fcode-deploy-lifecycle-event-hooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fcode-deploy-lifecycle-event-hooks/lists"}