StackToolbox / aws-sam-webpack-plugin

A Webpack plugin to replace the build step for SAM CLI
MIT License
147 stars 29 forks source link

Add experimental support for nested applications #70

Open sam-holder-zava opened 2 years ago

sam-holder-zava commented 2 years ago

See: #8

This PR adds support for local nested applications which has worked on a number of our projects. The approach was experimental and may need refining - any feedback on this would be great!

Approach:

me2resh commented 2 years ago

I would love to see this gets merged.