npx lerna bootstrap
npx lerna run build
npx lerna run test
unable to determine cloud assembly output directory. Assets must be defined indirectly within a "Stage" or an "App" scope
- Create a lerna project
- Create two new CDK projects, one
app
and onelib
inpackages/
- Create a
Function
instance in both CDK projects - Instantiate the
lib
Construct in theapp
project - Synth the cdk template in the
app
project