Skip to content

jogold/cdk-lambda-nodejs-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published