Construct ID must be PascalCase. (awscdk/pascal-case-construct-id) new Bucket(this, 'my-bucket'); ① 専用のリポジトリを作成するべし 💡 構文エラーを事前に解析できる 💡 CDKの落とし穴につまづきにくくなる Find and fix problmes in your JavaScript code https://eslint.org/ eslint-plugin-awscdk - ESLint plugin for AWS CDK https://eslint-plugin-awscdk.dev/ja/
Construct ID must be PascalCase. (awscdk/pascal-case-construct-id) new Bucket(this, 'my-bucket'); ① 専用のリポジトリを作成するべし 💡 構文エラーを事前に解析できる 💡 CDKの落とし穴につまづきにくくなる Find and fix problmes in your JavaScript code https://eslint.org/ eslint-plugin-awscdk - ESLint plugin for AWS CDK https://eslint-plugin-awscdk.dev/ja/
import {Construct} from "constructs" export class MyConstruct extends Construct{constructor(scope:Construct,id:string){super new NodejsFunction(this,"Function",{entry: path.join(__dirname, "src/handler.ts"),})}} ① 専用のリポジトリを作成するべし 💡 コードのスタイルが統一されるので読みやすくなる Oxfmt https://oxc.rs/docs/guide/usage/formatter.html