Open4

AppRunnerの勉強

br_branchbr_branch

とりあえずは最低限動くMicronautアプリケーションは作成済
AWSの動作確認用アカウントも用意済み。このあたりは割愛

br_branchbr_branch

MicronautのサーバーをDockerbuild

./gradlew dockerBuild
br_branchbr_branch

なんとなくTerraformで管理する

S3の作成

 aws s3api create-bucket --bucket xxxxxxx --region ap-northeast-1 --create-bucket-configuration LocationConstraint=ap-northeast-1