by shigemk2

当面は技術的なことしか書かない

apex issue 147

  • CloudWatchでLambdaの実行をスケジューリングできる
  • apexからLambdaのスケジューリング設定をデプロイ出来るのか
    • 出来ない(プルリク投げたけど取り込まれなかった)

github.com

I don't know if it's smart for us to throw too much CRUD stuff in Apex though, it'll be awkwardly split between the two. In an ideal world we'd have it all but that's basically just Terraform. The main reason I started Apex was that Lambda function management was really bad in TF, but I don't think that will change haha it's not suited for repeated deploys or workflow related stuff

斜め読みすると、Lambda管理をTerraformでやろうとするととてもつらいのでシンプルにLambdaだけを管理できるApexを作ったけど、イベント管理(のような高度なもの)はTFかCloudformationを使ったほうがいいよ、っていう感じなので、設計思想的にApexでLambdaのcronまで管理する機能は追加されないと思われる。

github.com