DEV Community

Discussion on: AWS CDK - aws-lambda-nodejs Module (updated)

Collapse
 
jogold profile image
Jonathan Goldwasser

Hey @elthrasher ,

Great post!

aws-lamda-nodejs now uses Parcel v2. It supports external modules (by default aws-sdk is considered as external and not bundled) and node modules (a list of modules that should be installed in the node_modules folder instead of being bundled by Parcel).

Collapse
 
elthrasher profile image
Matt Morgan

Hi Jonathan, thanks for reading and great work on that PR! I just gave it a try and it looks quite good. I'll update this post some time this week.