This repository is about AWS CDK with Gof Design patterns, including class diagrams and CDK code.
The following in Japanese, Japanese README.
This repository uses Vite+ as the TypeScript toolchain.
- Install the
vpCLI from viteplus.dev first. .node-versionpins the project Node.js version to24.14.0.- Select the project Node.js version with
vp env use. package.jsonpins the package manager version topnpm@10.28.1, whichvp installuses automatically.- Install dependencies with
vp install. - Run the default verification flow with
vp check. - Run tests with
vp test. - Package the library and CDK entry point with
vp pack. - Run the TypeScript CLI entry point with
vp run cli. - Use
vp exec cdkfor CDK commands such asvp exec cdk synth.