@cdk-construct/library
v0.0.1
Published
AWS CDK construct library
Maintainers
Readme
CDK Construct Library
@cdk-construct/library is the foundation for paved-road AWS CDK constructs:
opinionated building blocks that make the common path easy while keeping
advanced configuration available through explicit escape hatches.
The library is built with projen, TypeScript 5.9.3, ESLint, GTS, Prettier, and ESM package metadata.
Install
npm install @cdk-construct/libraryProject Status
This initial package establishes the publishing, formatting, linting, and build foundation for the construct library. The project goal is to provide constructs with safe defaults, environment-aware cost controls, and opt-in overrides for teams that need to step outside the paved path.
Commands
npm run lintnpm run formatnpm run buildnpm run cleannpm run deploy
npm run deploy builds the package and publishes the generated tarball from
dist/js to NPM.
