Skip to content

Files

Latest commit

77d1d70 · Jul 23, 2022

History

History
21 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 370 Bytes

Run commands

Run commands with Turbo

npx turbo run [build/deploy]

New Sample

For a new Functionless Project, add a new FunctionlessProject block in the projenrc.ts file.

Like:

new FunctionlessProject({
  parent: turbo,
  defaultReleaseBranch: 'main',
  name: '[project_name]',
  outdir: 'packages/[project_name]',
  cdkVersion: '2.33.0'
})