Skip to content

v0.11.2

Choose a tag to compare

@kukan-mirror-publisher kukan-mirror-publisher released this 21 Jul 00:38

Bug Fixes

  • AWS deploys no longer need Docker to bundle the site-database Lambda. The infrastructure package now declares esbuild directly, so the NodejsFunction bundling used by the multi-site database bootstrap always runs esbuild locally instead of falling back to a Docker build. This unblocks cdk synth / cdk deploy in environments without Docker (for example CodeBuild), which forks could previously hit because esbuild was only available at the workspace root (#122).

バグ修正

  • AWS デプロイでサイト DB 用 Lambda のバンドルに Docker が不要になりました。 infra パッケージが esbuild を直接依存するようになり、マルチサイトのデータベースブートストラップが使う NodejsFunction のバンドルが常にローカルの esbuild で実行されます(Docker バンドルへのフォールバックを回避)。従来は esbuild がワークスペースのルートにしか無く、フォークの cdk synth / cdk deploy が Docker の無い環境(例: CodeBuild)で失敗し得ましたが、これが解消されます(#122)。