Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 367 Bytes

AWS CDK with aws-lambda-nodejs in a monorepo

Demo of using the NodejsFunction construct in a monorepo.

The Lambda function in the cdk package (at packages/cdk) uses utils from the private utils package (at packages/utils). It is correctly bundled along with external dependencies

$ yarn
$ yarn build
$ cd packages/cdk && yarn cdk synth