{"id":22919446,"url":"https://github.com/takapi327/cdktf-sample-app","last_synced_at":"2025-04-01T13:25:30.170Z","repository":{"id":53650637,"uuid":"346021125","full_name":"takapi327/cdktf-sample-app","owner":"takapi327","description":"ブログ「AWSへのデプロイ自動化と、CDK for Terraformでの管理」用のサンプルアプリ","archived":false,"fork":false,"pushed_at":"2021-03-20T02:18:47.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-07T08:29:27.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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}},"created_at":"2021-03-09T13:46:51.000Z","updated_at":"2021-03-20T02:15:33.000Z","dependencies_parsed_at":"2022-09-04T21:01:01.064Z","dependency_job_id":null,"html_url":"https://github.com/takapi327/cdktf-sample-app","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fcdktf-sample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fcdktf-sample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fcdktf-sample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fcdktf-sample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takapi327","download_url":"https://codeload.github.com/takapi327/cdktf-sample-app/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246645654,"owners_count":20810997,"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:04.412Z","updated_at":"2025-04-01T13:25:30.145Z","avatar_url":"https://github.com/takapi327.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdktf-sample-app\n\n## 概要\nブログ「AWSへのデプロイ自動化と、CDK for Terraformでの管理」用のサンプルアプリ\n\n## 実行環境\n- [Scala: v2.13.3](https://medium.com/r/?url=https%3A%2F%2Fgithub.com%2Fscala%2Fscala)\n- [Play Framework: v2.7.*](https://medium.com/r/?url=https%3A%2F%2Fgithub.com%2Fplayframework%2Fplayframework)\n- [sbt: v1.3.13](https://medium.com/r/?url=https%3A%2F%2Fgithub.com%2Fsbt%2Fsbt)\n- [sbt-native-packager: v1.7.6](https://medium.com/r/?url=https%3A%2F%2Fgithub.com%2Fsbt%2Fsbt-native-packager)\n- [sbt-release: v1.0.13](https://medium.com/r/?url=https%3A%2F%2Fgithub.com%2Fsbt%2Fsbt-release)\n- [sbt-ecr: v0.15.0](https://medium.com/r/?url=https%3A%2F%2Fgithub.com%2Fsjednac%2Fsbt-ecr)\n\n## 構成図\n![image](https://user-images.githubusercontent.com/57429437/111021925-ee773680-8412-11eb-81bc-e587134ef492.png)\n\n## ブログ\n[[1章] AWSへのデプロイ自動化と、CDK for Terraformでの管理](https://medium.com/nextbeat-engineering/1%E7%AB%A0-aws%E3%81%B8%E3%81%AE%E3%83%87%E3%83%97%E3%83%AD%E3%82%A4%E8%87%AA%E5%8B%95%E5%8C%96%E3%81%A8-cdk-for-terraform%E3%81%A7%E3%81%AE%E7%AE%A1%E7%90%86-425aaf06757e)\n\n[[2章] Github Actionsでdocker imageを、AWS ECRへPUSHする](https://medium.com/@easygoing_mint_wombat_223/2%E7%AB%A0-github-actions%E3%81%A7docker-image%E3%82%92-aws-ecr%E3%81%B8push%E3%81%99%E3%82%8B-8d83a2e24c39)\n\n[[3章] AWS ECRへのPUSH内容を、Slackへ通知する]()\n\n[[4章] CDK for Terraformで、AWS Fargateの環境構築]()\n\n[[5章] SlackからAWS ECSを更新させる]()\n\n[[6章] AWS ECSの更新内容を、Slackへ通知する]()\n\n## 初期化\n```\n$ git clone git@github.com:takapi327/cdktf-sample-app.git\n```\n\n### 設定\nbuild.sbtの以下該当箇所を自分用に修正\n```sbt\nmaintainer in Docker := \"自分のメールアドレスに変更\"\n...\nrepositoryName in Ecr := \"PUSHしたいECRリポジトリ\"\n```\n\n.github/workflows/develop.ymlを修正\n```yml\n  run: |\n    git config --global user.email \"自分のメールアドレスに変更\"\n    git config --global user.name ${{ github.actor }}\n    sbt \"release with-defaults\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fcdktf-sample-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakapi327%2Fcdktf-sample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fcdktf-sample-app/lists"}