TypeScript

aws-cdk(Typescript) error :Argument of type 'xx' is not assignable to parameter of type 'IConstruct'. Types of property 'node' are incompatible.

はじめに 環境 原因 確認 方法1: 方法2: 解決方法 まとめ はじめに そこのあなた! もしかして、aws-cdkで型はあっているのに下のエラーメッセージが出てきてお困りではありませんか? Type 'import("/<ディレクトリまでのパス>/node_modules/@aws-cdk/aws-i…

aws-cdk(typescript)でVPCを作成してみよう

はじめに 環境 環境構築 ローカルにインストールでは動かない?? credentialを設定しよう appを作成しよう VPCを作成しよう VPCのみ作成したい subnetを追加しよう まとめ はじめに 今回は aws-cdkを使用してVPCを作成していきたいと思います nodejsが入って…