Changelog - Initial Release (2026-04-19)
Overview
Initial release of the scaffold that now backs aws-lambda-boilerplate.
Features
- Baseline TypeScript, Rollup, Jest, ESLint, and Prettier setup
- TypeDoc integration for API documentation generation
- Standard repository documentation files and contribution standards
- Release notes and changes-log documentation layout
Modules
src/- Source folder for Lambda implementation and shared utilitiesdocs/- Project documentation and release history
Build & Distribution
- Rollup-based build output configured in repository scripts
- TypeScript configuration for Lambda-oriented development and tests
- Package metadata and publish configuration ready to customize
Documentation
- Documentation home at
docs/README.md - Navigation index at
docs/SUMMARY.md - Versioned notes under
docs/release-notes/ - Date-based logs under
docs/changes-log/