A tool to give sam templates more power.
npm install @starterstack/sam-expand
npx sam-expand build
npx sam-expand deploy
All plugins must be ESM compatible, either as relative javascript .mjs / typescript .mts files, or as a published npm module.
- @starterstack/sam-expand/plugins/esbuild-node
- @starterstack/sam-expand/plugins/parameter-overrides
- @starterstack/sam-expand/plugins/run-script-hooks
See starterstack for use with custom plugins
https://starterstack.github.io/sam-expand
Commit messages are Commitizen friendly
npx cz
or npm run cz
should be used instead of git commit