[lambda-nodejs] Multiple Parcel Builds Long Build Times #10589
Labels
@aws-cdk/aws-lambda-nodejs
duplicate
This issue is a duplicate.
guidance
Question that needs advice or information.
❓ General Issue
We are utilizing the NodejsFunction construct to build out our Nodejs bundles for lambda. We have services with up to 20 functions. The build time on these stacks is long. We are considering going back to Webpack so we can group all of the entries into a single build and save a load of time. We have also found that parcel's cache is helping very minimally. These build times effect our tests as well, which makes it much harder to endure.
The Question
Is there a way to combine Parcel builds? Or generally speed up build times?
Environment
Other information
Asked the question on Gitter. Someone recommended splitting up our stacks. This could help when making small changes but it also increases complexity a lot and in the end all will be run anyways.
The text was updated successfully, but these errors were encountered: