Closed4
CDKでpostgresをアップグレード
プロパティ 'VER_14_7' は型 'typeof AuroraPostgresEngineVersion' に存在していません。'VER_10_7' ですか?ts(2551)
npm install
してもダメだなー。
package.json
の
"aws-cdk-lib"を最新のCDKのバージョン合わせてから
npm install
を実行したら更新されたけど。。
そうしないとあかんのか??
This CDK CLI is not compatible with the CDK library used by your application. Please upgrade the CLI to the latest version.
(Cloud assembly schema version mismatch: Maximum schema version supported is 22.0.0, but found 32.0.0)
cdk diff したらこれ。
これだー。。
このスクラップは2023/06/09にクローズされました